reformat of code

This commit is contained in:
2024-01-24 12:05:48 +01:00
parent 63a91dbc83
commit 3bfb87623d
7 changed files with 304 additions and 233 deletions

View File

@@ -8,6 +8,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
BuildServerStats: typeof import('./src/components/BuildServerStats.vue')['default']
FooterContent: typeof import('./src/components/FooterContent.vue')['default']
MainNav: typeof import('./src/components/MainNav.vue')['default']
Packages: typeof import('./src/components/Packages.vue')['default']
}