mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-19 23:00:45 -07:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import { redirect } from 'next/navigation';
|
|
|
|
export default function HomePage() {
|
|
redirect('/docs');
|
|
}
|