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