deleted utils folder
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
import React from 'react'
|
||||
|
||||
const footer = () => (
|
||||
<footer className='footer'>
|
||||
<div className='footer__copyright'>
|
||||
© 2022 Made with ❤️ by{' '}
|
||||
<a
|
||||
className='footer__copyright--link'
|
||||
href='https://github.com/devandres-tech'
|
||||
>
|
||||
Dev Andres
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
|
||||
export default footer
|
||||
@@ -1,5 +0,0 @@
|
||||
import Add from '../static/images/add-round.svg'
|
||||
|
||||
export const ICONS = {
|
||||
Add,
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
export * from './icons.data'
|
||||
Reference in New Issue
Block a user