ai-toolkit / ui /src /app /page.tsx
jbilcke-hf's picture
jbilcke-hf HF Staff
Upload 430 files
3cc1e25 verified
raw
history blame
106 Bytes
import { redirect } from 'next/navigation';
export default function Home() {
redirect('/dashboard');
}