From 3d98b389558a43ee44b53c46325ab564c0f337eb Mon Sep 17 00:00:00 2001 From: Jannes Vandepitte Date: Thu, 1 Sep 2022 10:36:46 +0200 Subject: [PATCH] Fix lint --- src/components/AppShelf/AppShelf.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index e83ca7f5d..c125aba92 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -18,7 +18,7 @@ import { SortableAppShelfItem, AppShelfItem } from './AppShelfItem'; import { ModuleMenu, ModuleWrapper } from '../../modules/moduleWrapper'; import { UsenetModule, TorrentsModule } from '../../modules'; import TorrentsComponent from '../../modules/torrents/TorrentsModule'; -import UsenetComponent from '../../modules/usenet/UsenetModule'; +import { UsenetComponent } from '../../modules/usenet/UsenetModule'; const AppShelf = (props: any) => { const { config, setConfig } = useConfig();