Shapes background done

This commit is contained in:
2022-01-24 16:02:44 -03:00
parent de757658e7
commit 6749efb43f
6 changed files with 185 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
import React from 'react';
const Header = () => {
return (
<header>
<h1>Crypto Page</h1>
</header>
)
};
export default Header;