8 lines
261 B
TypeScript
8 lines
261 B
TypeScript
|
// import { NotificationComponent } from './notification/notification.component';
|
||
|
// import { NotificationBadgeComponent } from './badge/notification.component';
|
||
|
|
||
|
// export const COMPONENTS = [
|
||
|
// NotificationComponent,
|
||
|
// NotificationBadgeComponent,
|
||
|
// ];
|