refactor routes everywhere

This commit is contained in:
Ishaan Dey
2024-04-17 21:24:57 -04:00
parent d8d639510c
commit a53cc57b24
7 changed files with 54 additions and 47 deletions

View File

@ -0,0 +1,5 @@
import { redirect } from "next/navigation"
export default function Page() {
redirect("/")
}