fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { createContext } from "react";
|
||||
// mobx store
|
||||
import { RootStore } from "store/root.store";
|
||||
import { RootStore } from "@/store/root.store";
|
||||
|
||||
let rootStore = new RootStore();
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ import { createContext, useCallback, useEffect, useReducer } from "react";
|
|||
import { useRouter } from "next/router";
|
||||
import useSWR from "swr";
|
||||
// services
|
||||
import { UNREAD_NOTIFICATIONS_COUNT, USER_WORKSPACE_NOTIFICATIONS } from "constants/fetch-keys";
|
||||
import { NotificationService } from "services/notification.service";
|
||||
import { UNREAD_NOTIFICATIONS_COUNT, USER_WORKSPACE_NOTIFICATIONS } from "@/constants/fetch-keys";
|
||||
import { NotificationService } from "@/services/notification.service";
|
||||
// fetch-keys
|
||||
// type
|
||||
import type { NotificationType, NotificationCount, IUserNotification } from "@plane/types";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue