member_webapp/@overflow/notification/container/index.ts

6 lines
166 B
TypeScript
Raw Normal View History

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