Agenda aktualisiert.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
// import FormNewsletter from './components/forms/FormNewsletter';
|
||||
|
||||
import ExampleUseState from './components/examples/ExampleUseState';
|
||||
import InputAmount from './components/inputs/InputAmount';
|
||||
|
||||
function App(props) {
|
||||
// const { } = props;
|
||||
@@ -28,6 +29,8 @@ function App(props) {
|
||||
<hr />
|
||||
<h2>Example useState Hook</h2>
|
||||
<ExampleUseState />
|
||||
|
||||
<InputAmount />
|
||||
</div>
|
||||
</main>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user