Started to design the general chat-page

This commit is contained in:
joschuatonn
2024-05-04 14:25:25 +02:00
parent ab1c4d0705
commit ef105ded6d
7 changed files with 63 additions and 149 deletions

View File

@@ -6,10 +6,6 @@ const routes: RouteRecordRaw[] = [
component: () => import('layouts/MainLayout.vue'),
children: [{ path: '', component: () => import('pages/IndexPage.vue') }],
},
{
path: '/test',
component: () => import('pages/TestPage.vue')
},
// Always leave this as last one,
// but you can also remove it