2018-05-25 03:31:08 +00:00
|
|
|
import { NotificationListComponent } from './list/list.component';
|
2018-04-06 11:02:18 +00:00
|
|
|
|
2018-04-19 12:24:45 +00:00
|
|
|
export const COMPONENTS = [
|
2018-05-25 03:31:08 +00:00
|
|
|
NotificationListComponent,
|
2018-04-19 12:24:45 +00:00
|
|
|
];
|