remove editor routes, these will be served by the platform

This commit is contained in:
Rami Bitar
2026-06-06 18:56:07 -04:00
parent ef9e10256d
commit ff2de13f99
7 changed files with 0 additions and 176 deletions

View File

@@ -1,6 +0,0 @@
import PageEditor from "@/components/page-editor";
import page from "../page.json";
export default function EditorPage() {
return <PageEditor page={page} routeKey="/app/collections/[handle]" />;
}