crusader f87a0f855e ing
2018-03-02 19:28:02 +09:00

6 lines
100 B
TypeScript

import { MapComponent } from './map/map.component';
export const COMPONENTS = [
MapComponent,
];