member_webapp/@overflow/infra/service/index.ts

6 lines
96 B
TypeScript
Raw Normal View History

2018-04-06 11:02:18 +00:00
import { InfraService } from './infra.service';
export const SERVICES = [
InfraService,
];