mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
Migrate to typescript
This commit is contained in:
4
www/app/page.tsx
Normal file
4
www/app/page.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { redirect } from "next/navigation";
|
||||
export default async function Index() {
|
||||
redirect("/transcripts/new");
|
||||
}
|
||||
Reference in New Issue
Block a user