2019-12-25 12:01:12 +02:00
|
|
|
import { State, Account as AccountType } from './reducer';
|
|
|
|
|
2019-12-07 13:28:52 +02:00
|
|
|
export { default as AccountSwitcher } from './AccountSwitcher';
|
2019-12-25 12:01:12 +02:00
|
|
|
export type AccountsState = State;
|
|
|
|
export type Account = AccountType;
|