изменение цветов бренда
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-24 09:25:48 +03:00
parent 9193fd27ae
commit d1f97f9efe
8 changed files with 21 additions and 44 deletions

View File

@@ -1,10 +1,7 @@
const routes = [
{
path: '/',
component: () => import('layouts/MainLayout.vue'),
children: [
{ path: '', component: () => import('pages/IndexPage.vue') }
]
component: () => import('layouts/MainLayout.vue')
},
// Always leave this as last one,