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