deleted utils folder

This commit is contained in:
andres alcocer
2023-01-07 11:34:33 -05:00
parent a26f1416b1
commit d6ea9412b6
3 changed files with 0 additions and 23 deletions

View File

@@ -1,17 +0,0 @@
import React from 'react'
const footer = () => (
<footer className='footer'>
<div className='footer__copyright'>
&copy; 2022 Made with by{' '}
<a
className='footer__copyright--link'
href='https://github.com/devandres-tech'
>
Dev Andres
</a>
</div>
</footer>
)
export default footer

View File

@@ -1,5 +0,0 @@
import Add from '../static/images/add-round.svg'
export const ICONS = {
Add,
}

View File

@@ -1 +0,0 @@
export * from './icons.data'