diff --git a/components/pages/Tabs.jsx b/components/pages/Tabs.jsx
index 01549c6..a1fa947 100644
--- a/components/pages/Tabs.jsx
+++ b/components/pages/Tabs.jsx
@@ -10,31 +10,29 @@ import Settings from './Settings';
const Tabs = () => {
return (
-
-
-
-
-
-
-
- } exact={true} />
-
-
-
-
- Feed
-
-
-
- Lists
-
-
-
- Settings
-
-
-
-
+
+
+
+
+
+
+ } exact={true} />
+
+
+
+
+ Feed
+
+
+
+ Lists
+
+
+
+ Settings
+
+
+
);
};