diff --git a/desktop/src/vite-env.d.ts b/desktop/src/vite-env.d.ts index fc81239..8ba3162 100644 --- a/desktop/src/vite-env.d.ts +++ b/desktop/src/vite-env.d.ts @@ -5,3 +5,5 @@ declare module "*.vue" { const component: DefineComponent<{}, {}, any>; export default component; } + +declare module "feather-icons"; diff --git a/n-link-core/components/DeviceSelect.vue b/n-link-core/components/DeviceSelect.vue index 46799b4..ed530ff 100644 --- a/n-link-core/components/DeviceSelect.vue +++ b/n-link-core/components/DeviceSelect.vue @@ -1,55 +1,53 @@