diff --git a/public/images/empty-cover.png b/public/images/empty-cover.png new file mode 100644 index 0000000..f390514 Binary files /dev/null and b/public/images/empty-cover.png differ diff --git a/src/App.tsx b/src/App.tsx index f53d085..e94f3eb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +11,7 @@ import { SearchPage } from './pages/SearchPage'; import { BookmarksPage } from './pages/BookmarksPage'; import { Footer } from './components/Footer'; import { AuthGuard } from './components/AuthGuard'; +import { ImportArticlesPage } from "./pages/ImportArticlesPage"; function App() { const { setUser, setLoading } = useAuthStore(); @@ -63,6 +64,14 @@ function App() { } /> + + + + } + />