refactor: absolute imports with path alias (#2960) [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Search from '../components/Search';
|
||||
import Search from '@app/components/Search';
|
||||
|
||||
const SearchPage = () => {
|
||||
return <Search />;
|
||||
|
||||
Reference in New Issue
Block a user