mosaicmap/app/simple/page.tsx
2025-08-12 21:25:52 +08:00

6 lines
144 B
TypeScript

import { SimpleEditor } from "@/components/tiptap-templates/simple/simple-editor"
export default function Page() {
return <SimpleEditor />
}