remove editor routes, these will be served by the platform
This commit is contained in:
@@ -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/search" />;
|
||||
}
|
||||
Reference in New Issue
Block a user