Initial next app with favicon and metadata.
This commit is contained in:
12
components/layout/Footer.tsx
Normal file
12
components/layout/Footer.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React, { Fragment } from "react";
|
||||
|
||||
const Footer = (): JSX.Element => {
|
||||
return (
|
||||
<footer>
|
||||
<hr />
|
||||
<span>{"I'm here to stay (Footer)"}</span>
|
||||
</footer>
|
||||
)
|
||||
};
|
||||
|
||||
export default Footer;
|
||||
Reference in New Issue
Block a user