This commit is contained in:
13
05_react/uebungen/u10_input-price/src/App.jsx
Normal file
13
05_react/uebungen/u10_input-price/src/App.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import InputAmount from './components/inputs/InputAmount';
|
||||
|
||||
function App(props) {
|
||||
// const { } = props;
|
||||
|
||||
return (
|
||||
<div className="container py-5">
|
||||
<InputAmount />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user