Added more routes, and CV!
This commit is contained in:
parent
767ff685b1
commit
bb4d8f2004
12 changed files with 83 additions and 0 deletions
6
app/Admin/page.tsx
Normal file
6
app/Admin/page.tsx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function Admin() {
|
||||
// TODO: Replace with Layout State Manager
|
||||
redirect("/Admin/Login");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue