techfreakworm's picture
feat(web): Vite/React/TS/Tailwind/shadcn scaffold + Studio shell
c736f72 unverified
raw
history blame contribute delete
93 Bytes
import Studio from "./pages/Studio";
export default function App() {
return <Studio />;
}