6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import { ListComponent } from './list/list.component';
|
|
|
|
export const COMPONENTS = [
|
|
ListComponent,
|
|
];
|