[chores] removed unused imports

This commit is contained in:
Camille Moussu
2025-07-07 10:42:06 +02:00
parent 0527e9f4bb
commit 7e7043b47e
3 changed files with 2 additions and 6 deletions
+1 -4
View File
@@ -4,10 +4,7 @@ import { useAppDispatch, useAppSelector } from "../../app/hooks";
import { push } from "redux-first-history";
import { getOpenPaasUserIdAsync, setTokens, setUserData } from "./userSlice";
import { Loading } from "../../components/Loading/Loading";
import {
getCalendarDetailAsync,
getCalendarsListAsync,
} from "../Calendars/CalendarSlice";
import { getCalendarsListAsync } from "../Calendars/CalendarSlice";
export function CallbackResume() {
const dispatch = useAppDispatch();