feat: welcome page title and club banner added

This commit is contained in:
2025-08-18 23:16:00 +03:30
parent 8e9486f1e5
commit c8ffd34f15
12 changed files with 164 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import { Layout } from '@/components';
import { AccountCreatedPage } from '@/features/authorization/routes/AccountCreatedPage';
import {
Calendar,
Devices,
@@ -72,6 +73,10 @@ export const appRoutes: RouteConfig[] = [
path: '/login',
element: <AuthenticationPage />,
},
{
path: '/account-created',
element: <AccountCreatedPage />,
},
{ path: '/signup', element: <UserCompletionPage />, authorize: true },
{
path: '/forget-password',