woedii/app/creator/studio/page.tsx

7 lines
138 B
TypeScript
Raw Permalink Normal View History

2025-04-28 00:47:36 +00:00
import PlayGround from "@/components/custom/Play_Ground";
export default function PlayGroundPage() {
return (
<PlayGround />
);
}