6 lines
166 B
TypeScript
Raw Normal View History

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