diff --git a/packages/react-events/Hover.js b/packages/react-events/Hover.js deleted file mode 100644 index a53675ca5c1ab..0000000000000 --- a/packages/react-events/Hover.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * @flow - */ - -'use strict'; - -const Hover = require('./src/Hover'); - -module.exports = Hover.default || Hover;