From d81cc4cfb1715b0a63d41f830ad73b130cfc79e4 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Tue, 30 Apr 2019 11:54:13 +0100 Subject: [PATCH] Delete duplicate Swipe.js 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 3c2ad195ef4..00000000000 --- 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;