refactor: replace relative paths with absolute ones in import statements
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
import { ResultMetaTitleTypes, ResultMetaTypes } from '../shared/search';
|
||||
import {
|
||||
ResultMetaTitleTypes,
|
||||
ResultMetaTypes,
|
||||
} from 'src/interfaces/shared/search';
|
||||
|
||||
export default interface RawFind {
|
||||
props: {
|
||||
|
Reference in New Issue
Block a user