Skip to content

Commit 7952e35

Browse files
committed
Provided name to component
1 parent 52273aa commit 7952e35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Footer.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react'
22

3-
export default () => {
3+
function Footer() {
44
return (
55
<div className='footer-main'>
66
<a className='link link-default' href='/policies'>
@@ -11,3 +11,5 @@ export default () => {
1111
</div>
1212
)
1313
}
14+
15+
export default Footer

0 commit comments

Comments
 (0)