diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index ead5d55..baeeb97 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -15,12 +15,7 @@ import DashboardPage from "./pages/DashboardPage";
import { Brightness } from "./context/BrightnessContext";
import LoadingScreen from "./components/Layout/LoadingScreen";
import Following from "./pages/Following";
-<<<<<<< HEAD
-import FollowedCategories from "./pages/FollowedCategories";
-import UnsubscribeForm from "./components/Auth/UnsubscribeForm";
import UnsubscribePage from "./pages/UnsubscribePage";
-=======
->>>>>>> 2494e40ffd09ee704397c812f63d03bb7ec156f1
function App() {
const [isLoggedIn, setIsLoggedIn] = useState(false);
@@ -76,7 +71,7 @@ function App() {
} />
} />
}>
- }>
+ }>
}>
}>
}>