From 91d0b199de4d0472284dc234e3c27065425e9e89 Mon Sep 17 00:00:00 2001 From: Ruslan Lesiutin Date: Sat, 9 Mar 2024 11:10:04 +0000 Subject: [PATCH] fix[rn_inspector.ts]: remove nonexistent import # Summary Accidentally added in https://github.com/facebookexperimental/rn-chrome-devtools-frontend/pull/10 # Test plan N / A # Upstreaming plan - [ ] This commit should be sent as a patch to the upstream `devtools-frontend` repo. I've reviewed the [contribution guide](https://docs.google.com/document/d/1WNF-KqRSzPLUUfZqQG5AFeU_Ll8TfWYcJasa_XGf7ro/edit#heading=h.9kj7femz1xg5). - [x] This commit is React Native-specific and cannot be upstreamed. --- front_end/entrypoints/rn_inspector/rn_inspector.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/front_end/entrypoints/rn_inspector/rn_inspector.ts b/front_end/entrypoints/rn_inspector/rn_inspector.ts index e771163ca00..10589b39375 100644 --- a/front_end/entrypoints/rn_inspector/rn_inspector.ts +++ b/front_end/entrypoints/rn_inspector/rn_inspector.ts @@ -13,7 +13,6 @@ import '../../panels/mobile_throttling/mobile_throttling-meta.js'; import '../../panels/network/network-meta.js'; import '../../panels/js_profiler/js_profiler-meta.js'; import '../../panels/rn_welcome/rn_welcome-meta.js'; -import '../../panels/react_devtools/react_devtools-meta.js'; import * as Root from '../../core/root/root.js'; import * as Main from '../main/main.js';