mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-27 15:45:19 +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