c736f72
1
2
3
4
5
6
import Studio from "./pages/Studio"; export default function App() { return <Studio />; }