fix packages and colors

This commit is contained in:
Julien Calixte
2025-11-26 15:30:52 +01:00
parent 67fa42c0e4
commit 1dd65ca928
9 changed files with 5665 additions and 4374 deletions

10
components.d.ts vendored
View File

@@ -1,11 +1,11 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AboutMe: typeof import('./src/components/presentation/about-me.vue')['default']
AppHeader: typeof import('./src/components/app-header.vue')['default']