mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 16:46:06 +02:00
list element
add list element
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import Eingabefeld from "./Components/eingabefeld";
|
||||
import "../node_modules/font-awesome/css/font-awesome.min.css";
|
||||
import Liste from "./Components/liste";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<Eingabefeld label="Name" isPassword={false} placeholder="" />
|
||||
<p className="from-green-50">tets</p>
|
||||
<br></br>
|
||||
<Liste gericht="Pizza" price="€20.00" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user