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