diff --git a/src/app/page.tsx b/src/app/page.tsx
index d7e8f34..9b424f7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -57,40 +57,42 @@ const HomePage = () => {
return (
- {(lists ?? []).map((list) => (
-
-
-
+
+ {(lists ?? []).map((list) => (
+
+
+
-
-
- ))}
+
+
+ ))}
+