chore(): sync with main

This commit is contained in:
Liam DeBeasi
2023-03-15 10:03:38 -04:00
38 changed files with 584 additions and 30 deletions

View File

@ -33,6 +33,10 @@ const routes: Array<RouteRecordRaw> = [
path: '/keep-contents-mounted',
component: () => import('@/views/OverlaysKeepContentsMounted.vue')
},
{
path: '/icons',
component: () => import('@/views/Icons.vue')
},
{
path: '/inputs',
component: () => import('@/views/Inputs.vue')