Added Navbar
This commit is contained in:
6
frontend/app/page.tsx
Normal file
6
frontend/app/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function HomePage() {
|
||||
// Redirect immediately to /all-customers
|
||||
redirect("/all-customers");
|
||||
}
|
||||
Reference in New Issue
Block a user