fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -4,9 +4,9 @@ import { useRouter } from "next/router";
|
|||
import { useTheme } from "next-themes";
|
||||
import useSWR from "swr";
|
||||
// helpers
|
||||
import { applyTheme, unsetCustomCssVariables } from "helpers/theme.helper";
|
||||
import { applyTheme, unsetCustomCssVariables } from "@/helpers/theme.helper";
|
||||
// hooks
|
||||
import { useApplication, useUser } from "hooks/store";
|
||||
import { useApplication, useUser } from "@/hooks/store";
|
||||
|
||||
interface IStoreWrapper {
|
||||
children: ReactNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue