8 lines
227 B
TypeScript
Raw Normal View History

2018-05-25 12:31:08 +09:00
import { NotificationListComponent } from './list/list.component';
2018-05-25 20:59:18 +09:00
import { NotificationBadgeComponent } from './badge/badge.component';
2018-04-06 20:02:18 +09:00
2018-04-19 21:24:45 +09:00
export const COMPONENTS = [
2018-05-25 12:31:08 +09:00
NotificationListComponent,
2018-05-25 20:59:18 +09:00
NotificationBadgeComponent
2018-04-19 21:24:45 +09:00
];