6 lines
103 B
TypeScript

import { TotpComponent } from './totp/totp.component';
export const COMPONENTS = [
TotpComponent
];