chore: initialize theming
Some checks failed
Tests / tests (push) Failing after 3m44s

This commit is contained in:
2025-06-01 21:34:39 +02:00
parent 3d3a26da25
commit 66764e9f98
15 changed files with 789 additions and 110 deletions

18
components.d.ts vendored Normal file
View File

@@ -0,0 +1,18 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Close: typeof import('./src/components/ui/icons/Close.vue')['default']
DailyHeader: typeof import('./src/components/DailyHeader.vue')['default']
Menu: typeof import('./src/components/ui/icons/Menu.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
UiLogo: typeof import('./src/components/ui/UiLogo.vue')['default']
}
}