ai-tube / src /app /page.tsx
jbilcke-hf's picture
jbilcke-hf HF staff
working on the route system
df83860
raw
history blame
94 Bytes
import { Main } from "./main"
export default function Page() {
return (
<Main />
)
}