mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-19 00:15:43 +01:00
fix: module pattern ../../lib
This commit is contained in:
parent
29e38940c8
commit
b582bb11d0
@ -8,13 +8,13 @@ import {
|
||||
IRole,
|
||||
IUserPermission,
|
||||
} from '../types/stores/access-store';
|
||||
import { IPermission } from 'lib/types/model';
|
||||
import { IPermission } from '../../lib/types/model';
|
||||
import NotFoundError from '../error/notfound-error';
|
||||
import {
|
||||
ENVIRONMENT_PERMISSION_TYPE,
|
||||
ROOT_PERMISSION_TYPE,
|
||||
} from '../util/constants';
|
||||
import { DEFAULT_PROJECT } from 'lib/services/project-service';
|
||||
import { DEFAULT_PROJECT } from '../../lib/services/project-service';
|
||||
|
||||
const T = {
|
||||
ROLE_USER: 'role_user',
|
||||
|
Loading…
Reference in New Issue
Block a user