"use client"; import { Render } from "@reacteditor/core"; import { collectionsConfig } from "@/config/configs"; import schema from "@/app.schema.json"; export default function CollectionPage() { const data = (schema as any)["/collections/:handle"]; return ; }