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:
@@ -26,7 +26,7 @@ import {
|
||||
getReaderSettingsFor,
|
||||
useDefaultReaderSettings,
|
||||
} from 'util/readerSettings';
|
||||
import makeToast from '../components/util/Toast';
|
||||
import makeToast from 'components/util/Toast';
|
||||
|
||||
const getReaderComponent = (readerType: ReaderType) => {
|
||||
switch (readerType) {
|
||||
|
||||
Reference in New Issue
Block a user