diff --git a/scripts/rollup/shims/facebook-www/findDOMNode.js b/scripts/rollup/shims/facebook-www/findDOMNode.js deleted file mode 100644 index aff981f104..0000000000 --- a/scripts/rollup/shims/facebook-www/findDOMNode.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * @flow - * @format - */ - -'use strict'; - -const {findDOMNode} = require('ReactDOM'); - -module.exports = findDOMNode;