member_webapp/@overflow/member/component/settings/index.ts

8 lines
220 B
TypeScript
Raw Normal View History

2018-04-19 12:35:11 +00:00
import { TotpComponent } from './totp/totp.component';
import { ConfigSettingComponent } from './totp/config/config-setting.component';
export const SETTINGS_COMPONENTS = [
TotpComponent,
ConfigSettingComponent,
];