Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 07550ab

Browse files
committed
Fix App import order
1 parent 273b557 commit 07550ab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/App.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,12 @@ import "./shared/menu.css";
4343
import "./shared/reps.css";
4444

4545
import SplitBox from "devtools-splitter";
46-
4746
import ProjectSearch from "./ProjectSearch";
48-
4947
import PrimaryPanes from "./PrimaryPanes";
50-
5148
import Editor from "./Editor";
52-
5349
import SecondaryPanes from "./SecondaryPanes";
54-
5550
import WelcomeBox from "./WelcomeBox";
56-
5751
import EditorTabs from "./Editor/Tabs";
58-
5952
import QuickOpenModal from "./QuickOpenModal";
6053

6154
type Props = {

0 commit comments

Comments
 (0)