mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-06 16:21:23 +05:30
6 lines
194 B
TypeScript
6 lines
194 B
TypeScript
import { State, Account as AccountType } from './reducer';
|
|
|
|
export { default as AccountSwitcher } from './AccountSwitcher';
|
|
export type AccountsState = State;
|
|
export type Account = AccountType;
|