10 lines
152 B
JavaScript
10 lines
152 B
JavaScript
import Playground from '@/components/Playground'
|
|
|
|
export default async function PlaygroundPage() {
|
|
return (
|
|
<>
|
|
<Playground />
|
|
</>
|
|
)
|
|
}
|