This commit is contained in:
skidoodle 2022-03-29 23:41:00 +02:00
parent 452f8a4e16
commit e1fd388272
15 changed files with 1926 additions and 20 deletions

View file

@ -1,11 +0,0 @@
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