From a703c34052cb0fa6a0ec2309fa9e4f6ba45a322a Mon Sep 17 00:00:00 2001 From: Ruslan Lesiutin Date: Fri, 2 Aug 2024 10:55:26 +0100 Subject: [PATCH] chore[packages/react-devtools]: remove unused index.js --- packages/react-devtools/index.js | 14 -------------- packages/react-devtools/package.json | 1 - 2 files changed, 15 deletions(-) delete mode 100644 packages/react-devtools/index.js diff --git a/packages/react-devtools/index.js b/packages/react-devtools/index.js deleted file mode 100644 index 51b0106383a22..0000000000000 --- a/packages/react-devtools/index.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * @flow - */ - -const {connectToDevTools} = require('react-devtools-core/backend'); - -// Connect immediately with default options. -// If you need more control, use `react-devtools-core` directly instead of `react-devtools`. -connectToDevTools(); diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index d2a9ec661443e..c9db18aca46a1 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -15,7 +15,6 @@ "bin.js", "app.html", "app.js", - "index.js", "icons", "preload.js" ],