mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-08 15:48:08 -05:00
refactor: absolute imports with path alias (#2960) [skip ci]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Discover from '@app/components/Discover';
|
||||
import type { NextPage } from 'next';
|
||||
import Discover from '../components/Discover';
|
||||
|
||||
const Index: NextPage = () => {
|
||||
return <Discover />;
|
||||
|
||||
Reference in New Issue
Block a user