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:
@@ -7,7 +7,7 @@
|
||||
|
||||
import axios from 'axios';
|
||||
import useSWR, { SWRConfiguration, SWRResponse } from 'swr';
|
||||
import storage from './localStorage';
|
||||
import storage from 'util/localStorage';
|
||||
|
||||
const { hostname, port, protocol } = window.location;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user