6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import { AuthenticationComponent } from './authentication/authentication.component';
|
|
|
|
export const COMPONENTS = [
|
|
AuthenticationComponent,
|
|
];
|