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