[chores] removed unused imports
This commit is contained in:
@@ -6,7 +6,7 @@ import interactionPlugin from "@fullcalendar/interaction";
|
|||||||
import { CalendarApi, DateSelectArg } from "@fullcalendar/core";
|
import { CalendarApi, DateSelectArg } from "@fullcalendar/core";
|
||||||
import ReactCalendar from "react-calendar";
|
import ReactCalendar from "react-calendar";
|
||||||
import "./Calendar.css";
|
import "./Calendar.css";
|
||||||
import { useEffect, useMemo, useRef, useState } from "react";
|
import { useEffect, useRef, useState } from "react";
|
||||||
import { useAppDispatch, useAppSelector } from "../../app/hooks";
|
import { useAppDispatch, useAppSelector } from "../../app/hooks";
|
||||||
import EventPopover from "../../features/Events/EventModal";
|
import EventPopover from "../../features/Events/EventModal";
|
||||||
import CalendarPopover from "../../features/Calendars/CalendarModal";
|
import CalendarPopover from "../../features/Calendars/CalendarModal";
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import { useAppDispatch, useAppSelector } from "../../app/hooks";
|
import { useAppDispatch, useAppSelector } from "../../app/hooks";
|
||||||
import { getCalendarDetailAsync } from "../../features/Calendars/CalendarSlice";
|
|
||||||
|
|
||||||
export default function CalendarSelection({
|
export default function CalendarSelection({
|
||||||
selectedCalendars,
|
selectedCalendars,
|
||||||
|
|||||||
@@ -4,10 +4,7 @@ import { useAppDispatch, useAppSelector } from "../../app/hooks";
|
|||||||
import { push } from "redux-first-history";
|
import { push } from "redux-first-history";
|
||||||
import { getOpenPaasUserIdAsync, setTokens, setUserData } from "./userSlice";
|
import { getOpenPaasUserIdAsync, setTokens, setUserData } from "./userSlice";
|
||||||
import { Loading } from "../../components/Loading/Loading";
|
import { Loading } from "../../components/Loading/Loading";
|
||||||
import {
|
import { getCalendarsListAsync } from "../Calendars/CalendarSlice";
|
||||||
getCalendarDetailAsync,
|
|
||||||
getCalendarsListAsync,
|
|
||||||
} from "../Calendars/CalendarSlice";
|
|
||||||
|
|
||||||
export function CallbackResume() {
|
export function CallbackResume() {
|
||||||
const dispatch = useAppDispatch();
|
const dispatch = useAppDispatch();
|
||||||
|
|||||||
Reference in New Issue
Block a user