page.tsx 192 B

123456789
  1. import { Playground } from "@/components/playground";
  2. export const metadata = {
  3. title: "Playground | json-render",
  4. };
  5. export default function PlaygroundPage() {
  6. return <Playground />;
  7. }