crusader 19621ef090 ing
2018-03-25 17:29:33 +09:00

8 lines
153 B
TypeScript

export * from './subscribe.service';
import { RPCSubscribeService } from './subscribe.service';
export const SUBSCRIBERS = [
RPCSubscribeService,
];