Fix : Exchange Rate

This commit is contained in:
elforjani3
2020-11-02 14:50:00 +02:00
parent 731b8fd119
commit ad66f35162
9 changed files with 213 additions and 149 deletions

View File

@@ -29,6 +29,7 @@ import CategoriesSelectList from './CategoriesSelectList';
import Row from './Grid/Row';
import Col from './Grid/Col';
import CloudLoadingIndicator from './CloudLoadingIndicator';
import MoneyExchangeRate from './MoneyExchangeRate';
const Hint = FieldHint;
@@ -65,4 +66,5 @@ export {
Col,
Row,
CloudLoadingIndicator,
MoneyExchangeRate,
};