member_webapp/@overflow/notification/container/index.ts
2018-05-25 12:31:08 +09:00

6 lines
166 B
TypeScript

import { NotificationListContainerComponent } from './list/list-container.component';
export const CONTAINER_COMPONENTS = [
NotificationListContainerComponent,
];