import { Editor } from '../components/editor/editor' export default function Home() { return ( <> <h1>Editor Page</h1> <Editor /> </> ) }