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

3 lines
125 B
TypeScript
Raw Normal View History

2019-12-07 16:58:52 +05:30
export { State as AccountsState, Account } from './reducer';
export { default as AccountSwitcher } from './AccountSwitcher';