byung eun park cd76913035 commit
2019-08-17 21:45:20 +09:00

6 lines
144 B
TypeScript

import { AuthenticationComponent } from './authentication/authentication.component';
export const COMPONENTS = [
AuthenticationComponent,
];