localhost geht hop-fly nicht
This commit is contained in:
13
src/components/DogNameTxt.tsx
Normal file
13
src/components/DogNameTxt.tsx
Normal file
@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function DogNameTxt(
|
||||
{name, email, phone}:
|
||||
{name: string, email: string, phone: string}) {
|
||||
return (
|
||||
<div>
|
||||
<p>Hallo ich bin die <p>{name}!</p></p>
|
||||
<p>bitte schreib eine Mail an <p>{email}</p>
|
||||
oder ruf <p>{phone} an,</p>damit ich schnell wieder Heim komme.</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user