[chores] removed unused import

This commit is contained in:
Camille Moussu
2025-07-09 10:06:36 +02:00
parent 2a1af0b9f5
commit f144a3726c
-1
View File
@@ -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<CalendarApi | null>(null);