mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 08:36:08 +02:00
finish list component
finish list component
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ function App() {
|
||||
<Eingabefeld label="Name" isPassword={false} placeholder="" />
|
||||
<p className="from-green-50">tets</p>
|
||||
<br></br>
|
||||
<Liste gericht="Pizza" price="€20.00" />
|
||||
<Liste gericht="Pizza" price="€20.00" isColor={true} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user