1 2 3 4 5
import { PlayLayout } from './components/layout/PlayLayout'; export default function App() { return <PlayLayout />; }