Migrate to typescript

This commit is contained in:
Koper
2023-08-16 17:55:47 +07:00
parent 33ab54a626
commit ebbf47b895
24 changed files with 329 additions and 155 deletions

4
www/app/page.tsx Normal file
View File

@@ -0,0 +1,4 @@
import { redirect } from "next/navigation";
export default async function Index() {
redirect("/transcripts/new");
}