branch wieder master; layout orange
This commit is contained in:
@ -3,6 +3,7 @@ import React, { useContext, useState } from 'react'
|
||||
import { useParams } from "react-router-dom";
|
||||
import Img from './Img';
|
||||
import DogNameTxt from './DogNameTxt';
|
||||
import './Dog.css';
|
||||
|
||||
const Dog = () =>
|
||||
{
|
||||
@ -32,7 +33,7 @@ const Dog = () =>
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className = 'Dog'>
|
||||
<h1>Hast Du mich gefunden?</h1>
|
||||
{/* <p>name: {name}</p>
|
||||
<p>email: {email}</p>
|
||||
|
||||
Reference in New Issue
Block a user