mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-02 11:41:04 +05:30
8075192472
Improve auth's ChooseAccount visual behavior Rework the ComponentLoader component. Make it more stylable
5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
import { State, Account as AccountType } from './reducer';
|
|
|
|
export type AccountsState = State;
|
|
export type Account = AccountType;
|