add nextjs style routes
This commit is contained in:
6
app/editor/page.tsx
Normal file
6
app/editor/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import PageEditor from "@/components/page-editor";
|
||||
import page from "../page.json";
|
||||
|
||||
export default function EditorPage() {
|
||||
return <PageEditor page={page} routeKey="/app" />;
|
||||
}
|
||||
Reference in New Issue
Block a user