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,8 +1,8 @@
|
|||
import React from "react";
|
||||
import { observer } from "mobx-react";
|
||||
// hooks
|
||||
import { INBOX_STATUS } from "constants/inbox";
|
||||
import { useInboxIssues } from "hooks/store";
|
||||
import { INBOX_STATUS } from "@/constants/inbox";
|
||||
import { useInboxIssues } from "@/hooks/store";
|
||||
// constants
|
||||
|
||||
type Props = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue