From f144a3726ca5ac2ed4bed897372e164cee6d3a05 Mon Sep 17 00:00:00 2001 From: Camille Moussu Date: Wed, 9 Jul 2025 10:06:36 +0200 Subject: [PATCH] [chores] removed unused import --- src/components/Calendar/Calendar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Calendar/Calendar.tsx b/src/components/Calendar/Calendar.tsx index dafaf0b..32eed06 100644 --- a/src/components/Calendar/Calendar.tsx +++ b/src/components/Calendar/Calendar.tsx @@ -14,7 +14,6 @@ import { CalendarEvent } from "../../features/Events/EventsTypes"; import CalendarSelection from "./CalendarSelection"; import { getCalendarDetailAsync } from "../../features/Calendars/CalendarSlice"; import ImportAlert from "../../features/Events/ImportAlert"; -import { Alert, Button, Collapse } from "@mui/material"; export default function CalendarApp() { const calendarRef = useRef(null);