From 50779948a29dbd61894525738e680ebb3689a2cc Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 3 Jul 2022 21:29:05 +0200 Subject: [PATCH] update d.ts --- components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components.d.ts b/components.d.ts index 6bd5a9a..63ea8a3 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,7 +7,6 @@ declare module 'vue' { AboutMe: typeof import('./src/components/presentation/AboutMe.vue')['default'] AppHeader: typeof import('./src/components/AppHeader.vue')['default'] BlogPosts: typeof import('./src/components/posts/BlogPosts.vue')['default'] - Island: typeof import('./node_modules/.pnpm/iles@0.7.38_sass@1.51.0/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']