6 lines
96 B
TypeScript
Raw Normal View History

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