fix: eslint fixes and file formatting

This commit is contained in:
sriram veeraghanta 2024-03-19 20:08:35 +05:30
parent 473dfc7a5b
commit 53ddef1cd5
954 changed files with 3921 additions and 3809 deletions

View file

@ -4,8 +4,8 @@ import { useRouter } from "next/router";
import useSWR from "swr";
import useSWRInfinite from "swr/infinite";
// services
import { UNREAD_NOTIFICATIONS_COUNT, getPaginatedNotificationKey } from "constants/fetch-keys";
import { NotificationService } from "services/notification.service";
import { UNREAD_NOTIFICATIONS_COUNT, getPaginatedNotificationKey } from "@/constants/fetch-keys";
import { NotificationService } from "@/services/notification.service";
// fetch-keys
// type
import type { NotificationType, NotificationCount, IMarkAllAsReadPayload } from "@plane/types";