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