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