diff --git a/src/App.tsx b/src/App.tsx
index b656296..30da905 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -15,7 +15,7 @@ import Bootcamp from "./pages/Bootcamp";
import WebinarRecording from "./pages/WebinarRecording";
import Events from "./pages/Events";
import ConsultingBooking from "./pages/ConsultingBooking";
-import Calendar from "./pages/Calendar";
+import CalendarPage from "./pages/Calendar";
import Privacy from "./pages/Privacy";
import Terms from "./pages/Terms";
import NotFound from "./pages/NotFound";
@@ -59,7 +59,7 @@ const App = () => (
} />
} />
} />
- } />
+ } />
} />
} />