member_webapp/@overflow/notification/component/index.ts
crusader d59d9379f9 ing
2018-05-24 15:44:13 +09:00

6 lines
136 B
TypeScript

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