import Editor from "./pages/editor";
function App() {
return (
<>
<Editor name="Untitled"/>
</>
);
}
export default App;