From 494716c9b40c29e59f61794f5baa046d1dbe50a6 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Tue, 30 Apr 2019 12:07:24 +0100 Subject: [PATCH] Delete duplicate Drag.js (#15537) This file was renamed to the lower case version, but as Mac filesystems are typically case insensitive, it was never removed. --- packages/react-events/Drag.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 packages/react-events/Drag.js 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;