This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import InputAmount from './components/inputs/InputAmount';
|
||||
import InputPrice from './components/inputs/InputPrice';
|
||||
|
||||
function App(props) {
|
||||
// const { } = props;
|
||||
@@ -6,6 +7,10 @@ function App(props) {
|
||||
return (
|
||||
<div className="container py-5">
|
||||
<InputAmount />
|
||||
<InputPrice />
|
||||
<InputPrice currency="€" price={10.5} />
|
||||
<InputPrice currency="$" price={19.5} />
|
||||
<InputPrice currency="¥" price={21.5} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user