import "./index.css"; import { VisualEditor } from "./VisualEditor/VisualEditor"; export function App() { return ( ); } export default App;