7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
|
|
import PlayGround from "@/components/custom/Play_Ground";
|
||
|
|
|
||
|
|
export default function PlayGroundPage() {
|
||
|
|
return (
|
||
|
|
<PlayGround />
|
||
|
|
);
|
||
|
|
}
|