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

6 lines
136 B
TypeScript

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