2019-12-25 15:31:12 +05:30
|
|
|
import { State, Account as AccountType } from './reducer';
|
|
|
|
|
2019-12-07 16:58:52 +05:30
|
|
|
export { default as AccountSwitcher } from './AccountSwitcher';
|
2019-12-25 15:31:12 +05:30
|
|
|
export type AccountsState = State;
|
|
|
|
export type Account = AccountType;
|