force absolute import path (#223)

* Add "no-relative-import-paths" eslint plugin

* Add "no-relative-import-paths" eslint plugin - Fix imports
This commit is contained in:
Daniel
2023-02-05 18:45:20 +03:30
committed by GitHub
parent 144b4cdb49
commit 2eeea41a45
32 changed files with 63 additions and 49 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import createTheme from 'theme';
import { QueryParamProvider } from 'use-query-params';
import { fetcher } from 'util/client';
import useLocalStorage from 'util/useLocalStorage';
import DarkTheme from './DarkTheme';
import DarkTheme from 'components/context/DarkTheme';
interface Props {
children: React.ReactNode