create a JulienCalixte's logo

This commit is contained in:
Julien Calixte
2022-03-05 18:15:48 +01:00
parent 10d8be5f53
commit 45a575aa73
4 changed files with 36 additions and 1 deletions

1
components.d.ts vendored
View File

@@ -5,6 +5,7 @@
declare module 'vue' {
export interface GlobalComponents {
Island: typeof import('./node_modules/.pnpm/iles@0.7.32_sass@1.49.9/node_modules/iles/dist/client/app/components/Island.vue')['default']
JulienCalixte: typeof import('./src/components/core/JulienCalixte.vue')['default']
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
Welcome: typeof import('./src/components/Welcome.vue')['default']
}