From a6e30001fb8ffee34e40a4e88615c3283509e181 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Tue, 30 Apr 2019 12:20:44 +0100 Subject: [PATCH] Delete duplicate Focus.js (#15540) This file was renamed to the lower case version, but as Mac filesystems are typically case insensitive, it was never removed. --- packages/react-events/Focus.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 packages/react-events/Focus.js diff --git a/packages/react-events/Focus.js b/packages/react-events/Focus.js deleted file mode 100644 index 0b9288a790fef..0000000000000 --- a/packages/react-events/Focus.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 Focus = require('./src/Focus'); - -module.exports = Focus.default || Focus;