Files
wallet-web/src/services/index.ts
Fran Jurmanović 130246ca88 formatted files
2021-06-11 19:06:43 +02:00

5 lines
244 B
TypeScript

export { default as PingService } from './PingService';
export { default as AuthService } from './AuthService';
export { default as WalletService } from './WalletService';
export { default as TransactionsService } from './TransactionsService';