converted components to .ts
This commit is contained in:
18
src/components/Footer.tsx
Normal file
18
src/components/Footer.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user