12 lines
165 B
JavaScript
12 lines
165 B
JavaScript
import '../styles/old.css';
|
|
|
|
function Footer()
|
|
{
|
|
return (
|
|
<footer>
|
|
<p>@apommier | apommier@student.42.fr</p>
|
|
</footer>
|
|
);
|
|
}
|
|
|
|
export default Footer; |