6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import { NotificationComponent } from './notification/notification.component';
|
|
|
|
export const COMPONENTS = [
|
|
NotificationComponent,
|
|
];
|