mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 04:39:14 -05:00
refactor: absolute imports with path alias (#2960) [skip ci]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { hasPermission } from '../../../server/lib/permissions';
|
||||
import useSettings from '../../hooks/useSettings';
|
||||
import type { User } from '../../hooks/useUser';
|
||||
import { Permission } from '../../hooks/useUser';
|
||||
import useSettings from '@app/hooks/useSettings';
|
||||
import type { User } from '@app/hooks/useUser';
|
||||
import { Permission } from '@app/hooks/useUser';
|
||||
import { hasPermission } from '@server/lib/permissions';
|
||||
|
||||
export interface PermissionItem {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user