import EditorSelectForm from '@/registry/examples/select-editor-demo';
export default function Page() {
return (
<div className="flex h-screen w-full justify-center">
<EditorSelectForm />
</div>
);
}
npx shadcn@latest add @plate/editor-selectimport { EditorSelect } from "@/components/editor-select"<EditorSelect />