This commit is contained in:
crusader 2017-12-23 21:17:26 +09:00
parent 0db3f72fae
commit 1461c2a76d

View File

@ -1,8 +1,6 @@
import {
ClassType,
Metadata,
TypeUtil,
} from '@overflow/commons/core/type';
import {
ActionMappingAnnotation,
@ -10,8 +8,9 @@ import {
RestAPIAnnotation,
RpcAPIAnnotation,
} from '@overflow/commons/redux/decorators';
import { Class } from '@overflow/commons/core/reflect';
import { Action } from '@overflow/commons/redux/action';
import { Action } from './action';
export default class LPCReducer {