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