8 lines
294 B
TypeScript
Raw Normal View History

2018-05-25 12:31:08 +09:00
import { NotificationListContainerComponent } from './list/list-container.component';
2018-05-25 20:59:18 +09:00
import { NotificationBadgeContainerComponent } from './badge/badge-container.component';
2018-05-25 12:31:08 +09:00
export const CONTAINER_COMPONENTS = [
2018-05-25 20:59:18 +09:00
NotificationBadgeContainerComponent,
2018-05-25 12:31:08 +09:00
NotificationListContainerComponent,
];