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

6 lines
128 B
TypeScript

import { NotificationListComponent } from './list/list.component';
export const COMPONENTS = [
NotificationListComponent,
];