necessary components for exchange

This commit is contained in:
Daniel
2022-11-05 12:43:51 +01:00
parent 16ba492aa0
commit cc55640c6c
4 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1 @@

View File

View File

View File

@@ -1,3 +1,6 @@
export {default as Loader} from './Loader';
export {default as Exchange} from './Exchange';
export {default as WalletButton} from './WalletButton';
export { default as AmountIn } from "./AmountIn";
export { default as AmountOut } from "./AmountOut";
export { default as Balance } from "./Balance";