feat: two factor authentication segment in preferences with mocked state (#600)
This commit is contained in:
9
app/assets/javascripts/preferences/index.ts
Normal file
9
app/assets/javascripts/preferences/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { toDirective } from '../components/utils';
|
||||
import {
|
||||
PreferencesViewWrapper,
|
||||
PreferencesWrapperProps,
|
||||
} from './PreferencesView';
|
||||
|
||||
export const PreferencesDirective = toDirective<PreferencesWrapperProps>(
|
||||
PreferencesViewWrapper
|
||||
);
|
||||
Reference in New Issue
Block a user