From 1461c2a76d9964ee79699da8a56eb7863b499619 Mon Sep 17 00:00:00 2001 From: crusader Date: Sat, 23 Dec 2017 21:17:26 +0900 Subject: [PATCH] ing --- src/ts/@overflow/commons/redux/lpc_reducer.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ts/@overflow/commons/redux/lpc_reducer.ts b/src/ts/@overflow/commons/redux/lpc_reducer.ts index d21852a..b8d5cc6 100644 --- a/src/ts/@overflow/commons/redux/lpc_reducer.ts +++ b/src/ts/@overflow/commons/redux/lpc_reducer.ts @@ -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 {