Skip to content

Commit

Permalink
fix[rn_inspector.ts]: remove nonexistent import (#13)
Browse files Browse the repository at this point in the history
# Summary

Accidentally added in #10

# Test plan

N / A

# Upstreaming plan

<!-- Pick one: -->

- [ ] 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.
  • Loading branch information
hoxyq authored Mar 9, 2024
1 parent 9370b35 commit 8c5e07a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front_end/entrypoints/rn_inspector/rn_inspector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 8c5e07a

Please sign in to comment.