diff --git a/src/App.tsx b/src/App.tsx
index 7e71b6c..62bfcf0 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -21,7 +21,6 @@ import Profile from "./pages/Profile";
import EventItem from "./pages/EventItem";
import Structure from "./pages/Structure";
import Contacts from "./pages/Contact";
-import Calendar from "./components/global/Calendar";
const App = () => {
// Types
@@ -50,7 +49,6 @@ const App = () => {