Tabs are cool
This commit is contained in:
@@ -7,6 +7,8 @@ import LoginPage from "@/components/LoginPage";
|
||||
import RegisterPage from "@/components/RegisterPage";
|
||||
import CreatePage from "@/components/CreatePage";
|
||||
|
||||
import AdminPage from "@/components/AdminPage";
|
||||
|
||||
import VirtualLotteryRegistrationPage from "@/components/VirtualLotteryRegistrationPage";
|
||||
import VirtualLotteryPage from "@/components/VirtualLotteryPage";
|
||||
|
||||
@@ -31,17 +33,13 @@ const routes = [
|
||||
path: "/login",
|
||||
component: LoginPage
|
||||
},
|
||||
{
|
||||
path: "/update",
|
||||
component: RegisterPage
|
||||
},
|
||||
{
|
||||
path: "/create",
|
||||
component: CreatePage
|
||||
},
|
||||
{
|
||||
path: "/virtual-register",
|
||||
component: VirtualLotteryRegistrationPage
|
||||
path: "/admin",
|
||||
component: AdminPage
|
||||
},
|
||||
{
|
||||
path: "/virtual",
|
||||
|
||||
Reference in New Issue
Block a user