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