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

6 lines
128 B
TypeScript
Raw Normal View History

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
];