From 0d9674c1602dac45e0caa414314e285b882383c5 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 20 Feb 2025 16:05:05 +0800 Subject: [PATCH] fix --- src/types/components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/components.d.ts b/src/types/components.d.ts index 4823b474..64e8c17e 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -51,7 +51,6 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] Selector: typeof import('./../components/Selector.vue')['default'] - SelectorLegend: typeof import('./../components/Graph/SelectorLegend.vue')['default'] SelectSingle: typeof import('./../components/SelectSingle.vue')['default'] Tags: typeof import('./../components/Tags.vue')['default'] TimePicker: typeof import('./../components/TimePicker.vue')['default']