mirror of
https://github.com/FranP-code/Crypto-Prices.git
synced 2025-10-12 23:53:06 +00:00
Shapes background done
This commit is contained in:
13
src/components/Header/Header.jsx
Normal file
13
src/components/Header/Header.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
const Header = () => {
|
||||
|
||||
return (
|
||||
|
||||
<header>
|
||||
<h1>Crypto Page</h1>
|
||||
</header>
|
||||
)
|
||||
};
|
||||
|
||||
export default Header;
|
||||
Reference in New Issue
Block a user