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

8 lines
220 B
TypeScript
Raw Normal View History

2018-05-28 05:41:56 +00:00
import { TotpComponent } from './totp/totp.component';
import { ConfigSettingComponent } from './totp/config/config-setting.component';
export const SETTINGS_COMPONENTS = [
TotpComponent,
ConfigSettingComponent,
];