From 7b453854ac9dbd3592a6efca9987a749d72d9311 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 26 May 2026 09:55:07 -0700 Subject: [PATCH] chore: clean up icons --- assets/components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/components.d.ts b/assets/components.d.ts index 9ad22a46..6f570ce2 100644 --- a/assets/components.d.ts +++ b/assets/components.d.ts @@ -190,7 +190,6 @@ declare module 'vue' { SimpleLogItem: typeof import('./components/LogViewer/SimpleLogItem.vue')['default'] SkippedEntriesLogItem: typeof import('./components/LogViewer/SkippedEntriesLogItem.vue')['default'] SlideTransition: typeof import('./components/common/SlideTransition.vue')['default'] - Sparkline: typeof import('./components/LogViewer/Sparkline.vue')['default'] SQLTable: typeof import('./components/LogViewer/SQLTable.vue')['default'] StackLog: typeof import('./components/StackViewer/StackLog.vue')['default'] StatCard: typeof import('./components/LogViewer/StatCard.vue')['default']