woedii/components/custom/Play_Ground.tsx

9 lines
148 B
TypeScript
Raw Normal View History

2025-04-28 00:47:36 +00:00
import Frame from "./Frame";
export default function PlayGround() {
return (
<div className="w-full mt-24">
<Frame />
</div>
);
}