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:
Dominic Gannaway 2019-04-30 11:51:32 +01:00 committed by GitHub
parent bd88982fbf
commit d7f4ad286d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;