diff --git a/src/App.tsx b/src/App.tsx
index 536f14d..b7e4427 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -5,6 +5,7 @@ import { Footer } from './Footer';
import { GalleryContent } from './Gallery';
import { GalleryTitleHeader } from './GalleryTitleHeader';
import { GlobalNavigationBar, Header, VisitHistory } from './Header';
+import { LoginBox } from './Sidebar';
import { GalleryTable, TableRowData } from './table';
@@ -205,11 +206,18 @@ function App() {