import InputAmount from './components/inputs/InputAmount'; function App(props) { // const { } = props; return (
); } export default App;