feat: home page

This commit is contained in:
Jannat Patel
2025-08-21 21:16:21 +05:30
parent 0725714144
commit e0601c7b38
10 changed files with 626 additions and 25 deletions

View File

@@ -3,13 +3,11 @@ import { usersStore } from './stores/user'
import { sessionStore } from './stores/session'
import { useSettings } from './stores/settings'
let defaultRoute = '/courses'
const routes = [
{
path: '/',
redirect: {
name: 'Courses',
},
name: 'Home',
component: () => import('@/pages/Home/Home.vue'),
},
{
path: '/courses',