Fixed Account pages

This commit is contained in:
2024-10-21 14:02:51 +02:00
parent ff36345382
commit 18a7814747
56 changed files with 208 additions and 153 deletions

View File

@@ -20,7 +20,7 @@ const routes = [
{ path: "/", component: HomePage },
// Account
{ path: '/account', component: AccountHomePage },
{ path: '/account/home', component: AccountHomePage },
{ path: '/account/orders', component: OrdersPage },
{ path: '/account/data', component: AccountDataPage },
{ path: '/account/login', component: LoginPage },