accounts-frontend/packages/app/components/accounts/index.ts

3 lines
125 B
TypeScript

export { State as AccountsState, Account } from './reducer';
export { default as AccountSwitcher } from './AccountSwitcher';