mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
refactor: absolute imports with path alias (#2960) [skip ci]
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import PageTitle from '@app/components/Common/PageTitle';
|
||||
import type { Undefinable } from '@app/utils/typeHelpers';
|
||||
import { ArrowCircleRightIcon } from '@heroicons/react/outline';
|
||||
import type { NextPage } from 'next';
|
||||
import Link from 'next/link';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
import PageTitle from '../components/Common/PageTitle';
|
||||
import type { Undefinable } from '../utils/typeHelpers';
|
||||
|
||||
interface ErrorProps {
|
||||
statusCode?: number;
|
||||
|
||||
Reference in New Issue
Block a user