stunning screenshots in seconds https://moocup.jaydip.me
at from-github 8 lines 124 B view raw
1 2import { Editor } from '@/components/editor/Editor'; 3 4const Index = () => { 5 return <Editor />; 6}; 7 8export default Index;