diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index ab3d870..3c69ec3 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -16,6 +16,8 @@ import { Brightness } from "./context/BrightnessContext"; import LoadingScreen from "./components/Layout/LoadingScreen"; import Following from "./pages/Following"; import FollowedCategories from "./pages/FollowedCategories"; +import UnsubscribeForm from "./components/Auth/UnsubscribeForm"; +import UnsubscribePage from "./pages/UnsubscribePage"; function App() { const [isLoggedIn, setIsLoggedIn] = useState(false); @@ -71,6 +73,7 @@ function App() { } /> } /> }> + }> }> }> }>