diff --git a/src/App.tsx b/src/App.tsx index b8549df..c1acac5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import { - BrowserRouter as Router, + HashRouter as Router, Routes, Route, Navigate, @@ -28,7 +28,7 @@ import { Integrations } from "./pages/Integrations"; function App() { return ( - + {/* Public Routes - Landing Pages */} }>