mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Delete duplicate Drag.js
This file was renamed to the lower case version, but as Mac filesystems are typically case insensitive, it was never removed.
This commit is contained in:
parent
bd88982fbf
commit
d7f4ad286d
14
packages/react-events/Drag.js
vendored
14
packages/react-events/Drag.js
vendored
|
|
@ -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;
|
||||
Loading…
Reference in New Issue
Block a user