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,8 +1,8 @@
|
||||
import type { PermissionItem } from '@app/components/PermissionOption';
|
||||
import PermissionOption from '@app/components/PermissionOption';
|
||||
import type { User } from '@app/hooks/useUser';
|
||||
import { Permission } from '@app/hooks/useUser';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
import type { User } from '../../hooks/useUser';
|
||||
import { Permission } from '../../hooks/useUser';
|
||||
import type { PermissionItem } from '../PermissionOption';
|
||||
import PermissionOption from '../PermissionOption';
|
||||
|
||||
export const messages = defineMessages({
|
||||
admin: 'Admin',
|
||||
|
||||
Reference in New Issue
Block a user