init finish
This commit is contained in:
15
components/Footer.js
Normal file
15
components/Footer.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import Link from "next/link";
|
||||
|
||||
import styles from '../styles/Footer.module.css';
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<>
|
||||
<footer className={styles.footer}>
|
||||
<small>
|
||||
©2022-2023 Social OJO. All Rights Reserved.
|
||||
</small>
|
||||
</footer>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user