Refactor imports (#470)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { api } from "../../utils/apiUtils";
|
||||
import { api } from "@/utils/apiUtils";
|
||||
import { WebSocketTicket } from "./types";
|
||||
|
||||
export async function fetchWebSocketTicket(): Promise<WebSocketTicket> {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { AppDispatch } from "@/app/store";
|
||||
import { store } from "@/app/store";
|
||||
import { refreshCalendarWithSyncToken } from "@/features/Calendars/services/refreshCalendar";
|
||||
import { refreshCalendarWithSyncToken } from "@/features/Calendars/services";
|
||||
import { findCalendarById, getDisplayedCalendarRange } from "@/utils";
|
||||
import { setSelectedCalendars } from "@/utils/storage/setSelectedCalendars";
|
||||
import { parseCalendarPath } from "./parseCalendarPath";
|
||||
|
||||
Reference in New Issue
Block a user