drag drop

This commit is contained in:
Peter Hoppe
2023-01-12 15:43:44 +01:00
parent 25185d3758
commit 06849fe684
7 changed files with 43 additions and 12 deletions

View File

@ -39,7 +39,7 @@ const Dog = () =>
<p>phone: {phone}</p>
<p>pic: {picPath}</p>
<p>qr: {qrPath}</p> */}
<Img pth={picPath} />
<Img pth={picPath} className=''/>
<DogNameTxt name={name} email={email} phone={phone} />
</div>
: