1 2import { Editor } from '@/components/editor/Editor'; 3 4const Index = () => { 5 return <Editor />; 6}; 7 8export default Index;