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

6 lines
136 B
TypeScript
Raw Normal View History

2018-04-19 12:24:45 +00:00
import { NotificationComponent } from './notification/notification.component';
2018-04-06 11:02:18 +00:00
2018-04-19 12:24:45 +00:00
export const COMPONENTS = [
NotificationComponent,
];