import { Playground } from "@/components/playground"; export const metadata = { title: "Playground | json-render", }; export default function PlaygroundPage() { return <Playground />; }