From e63e7888ad81bae02fda8f57b968eb96c8fad154 Mon Sep 17 00:00:00 2001 From: Manuel Prodinger Date: Wed, 13 Apr 2022 09:16:05 +0200 Subject: [PATCH] finish list component finish list component --- src/App.js | 2 +- src/Components/liste.jsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index b63a54a..4570b83 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ function App() {

tets



- + ); } diff --git a/src/Components/liste.jsx b/src/Components/liste.jsx index e7445f5..a42c4dc 100644 --- a/src/Components/liste.jsx +++ b/src/Components/liste.jsx @@ -5,10 +5,10 @@ function Liste(props) { var price = props.price; return ( -
-
{gericht}
-
{price}
-
+
+
{gericht}
+
{price}
+