Skip to content
Snippets Groups Projects
Commit 268c04a7 authored by Holzheu Hannah's avatar Holzheu Hannah
Browse files

added Grandma Component #34

parent 558e740b
No related branches found
No related tags found
Loading
function Grandma(props: any) {
const grandmaInfo: String = props.grandmaInfo;
return (
<div>
<img src="../../public/recources/images/Grandma.png"></img>
<div className="grandmaInfo">{grandmaInfo}</div>
</div>
);
}
export default Grandma;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment