woedii/components/custom/Play_Ground.tsx
Yussif Yahuza a2a9bb9b18 Init
2025-04-28 00:47:36 +00:00

9 lines
148 B
TypeScript

import Frame from "./Frame";
export default function PlayGround() {
return (
<div className="w-full mt-24">
<Frame />
</div>
);
}