Agenda aktualisiert.

This commit is contained in:
Philippe Torrel
2026-08-10 08:23:55 +02:00
parent 194b1b0479
commit d1c4227273
2 changed files with 79 additions and 4 deletions

View File

@@ -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>
</>