mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
11 lines
No EOL
263 B
TypeScript
11 lines
No EOL
263 B
TypeScript
import styles from 'styles/Home.module.scss'
|
|
|
|
const Footer = () => {
|
|
return(
|
|
<div className={styles.footerLayout}>
|
|
<a href='https://cigany.ninja' target='_blank' rel='noopener noreferrer'>?</a>
|
|
</div>
|
|
)
|
|
}
|
|
|
|
export default Footer |