From f4f61a6a752e163a16f34fc84a4c0f710fa45aed Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 31 Dec 2024 08:57:15 -0800 Subject: [PATCH] chore: clean up --- assets/components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/components.d.ts b/assets/components.d.ts index 2a937dce..daa7c7c7 100644 --- a/assets/components.d.ts +++ b/assets/components.d.ts @@ -92,7 +92,6 @@ declare module 'vue' { 'Ph:dotsThreeVerticalBold': typeof import('~icons/ph/dots-three-vertical-bold')['default'] 'Ph:fileSql': typeof import('~icons/ph/file-sql')['default'] 'Ph:globeSimple': typeof import('~icons/ph/globe-simple')['default'] - 'Ph:listBulletsFill': typeof import('~icons/ph/list-bullets-fill')['default'] 'Ph:memory': typeof import('~icons/ph/memory')['default'] 'Ph:stack': typeof import('~icons/ph/stack')['default'] 'Ph:stackSimple': typeof import('~icons/ph/stack-simple')['default']