From dc1c27c6fbaadb78ae8790e224c78342793ae885 Mon Sep 17 00:00:00 2001 From: samlhuillier Date: Mon, 29 Jul 2024 08:23:21 +0200 Subject: [PATCH] fix lint --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 4ff63f5f..71d85fea 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,7 +9,6 @@ import IndexingProgress from './components/Common/IndexingProgress' import MainPageComponent from './components/MainPage' import InitialSetupSinglePage from './components/Settings/InitialSettingsSinglePage' - interface AppProps {} const App: React.FC = () => {