From c8ee10037ada7512ac17e67db858c1d2565038c0 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Tue, 30 Apr 2019 12:11:26 +0100 Subject: [PATCH] Delete duplicate Swipe.js (#15541) This file was renamed to the lower case version, but as Mac filesystems are typically case insensitive, it was never removed. --- packages/react-events/Swipe.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 packages/react-events/Swipe.js diff --git a/packages/react-events/Swipe.js b/packages/react-events/Swipe.js deleted file mode 100644 index 3c2ad195ef..0000000000 --- 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;