corrections bugs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
function Carte(props) {
|
||||
return (
|
||||
<div className="carte">
|
||||
<h2>{props.titre}</h2>
|
||||
<p>{props.texte}</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Carte;
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
function Footer() {
|
||||
return (
|
||||
<footer>
|
||||
<p>Footer toto</p>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
||||
export default Footer;
|
||||
|
||||
Reference in New Issue
Block a user