6 lines
128 B
TypeScript
Raw Normal View History

2018-05-25 12:31:08 +09:00
import { NotificationListComponent } from './list/list.component';
2018-04-06 20:02:18 +09:00
2018-04-19 21:24:45 +09:00
export const COMPONENTS = [
2018-05-25 12:31:08 +09:00
NotificationListComponent,
2018-04-19 21:24:45 +09:00
];