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,
|
IRole,
|
||||||
IUserPermission,
|
IUserPermission,
|
||||||
} from '../types/stores/access-store';
|
} from '../types/stores/access-store';
|
||||||
import { IPermission } from 'lib/types/model';
|
import { IPermission } from '../../lib/types/model';
|
||||||
import NotFoundError from '../error/notfound-error';
|
import NotFoundError from '../error/notfound-error';
|
||||||
import {
|
import {
|
||||||
ENVIRONMENT_PERMISSION_TYPE,
|
ENVIRONMENT_PERMISSION_TYPE,
|
||||||
ROOT_PERMISSION_TYPE,
|
ROOT_PERMISSION_TYPE,
|
||||||
} from '../util/constants';
|
} from '../util/constants';
|
||||||
import { DEFAULT_PROJECT } from 'lib/services/project-service';
|
import { DEFAULT_PROJECT } from '../../lib/services/project-service';
|
||||||
|
|
||||||
const T = {
|
const T = {
|
||||||
ROLE_USER: 'role_user',
|
ROLE_USER: 'role_user',
|
||||||
|
Loading…
Reference in New Issue
Block a user