day one
This commit is contained in:
9
components/Footer/Footer.tsx
Normal file
9
components/Footer/Footer.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
const Footer = () => {
|
||||
return (
|
||||
<div style={{ textAlign: "center" }}>
|
||||
<p>© Gractwo 2020-{new Date().getFullYear()}</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Footer;
|
||||
Reference in New Issue
Block a user