diff --git a/src/App.tsx b/src/App.tsx index ff8a0bd..eb3cc95 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,12 +1,12 @@ import React from "react"; -import Editor from "./Editor"; +import Explorer from "./Explorer"; import styles from "./App.module.css"; import "./reset.css"; function App({}) { return (