mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 08:36:08 +02:00
Liste fertig Anmeldung weiter
Liste fertig Anmeldung weiter
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import React, { useState } from "react";
|
||||
import bild from "../paparoy_liste.png";
|
||||
|
||||
function Anmeldepage(props) {
|
||||
return (
|
||||
<div class="sm: grid grid-cols-1 items-center">
|
||||
<img class="w-50 h-50 col-start-1 col-end-1" src={props.bild || bild} alt="Logo"></img>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user