diff --git a/packages/react-events/Drag.js b/packages/react-events/Drag.js deleted file mode 100644 index f8148f1273cbf..0000000000000 --- a/packages/react-events/Drag.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 Drag = require('./src/Drag'); - -module.exports = Drag.default || Drag;