front > account : start

This commit is contained in:
isUnknown 2025-05-02 17:58:50 +02:00
parent d15d4898c6
commit 443369ee23
5 changed files with 83 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import Kanban from '../views/Kanban.vue';
import Brief from '../views/Brief.vue';
import DesignToLight from '../views/DesignToLight.vue';
import Login from '../views/Login.vue';
import Account from '../views/Account.vue';
const routes = [
{
@ -17,6 +18,11 @@ const routes = [
path: '/login',
component: Login,
},
{
name: 'Account',
path: '/account',
component: Account,
},
{
path: '/notifications',
component: Notifications,