refact: prefer function over lambdas

This commit is contained in:
Jean-Philippe Sirois
2019-07-27 17:54:51 -04:00
parent f7f66a3071
commit 90fb9b1888
13 changed files with 51 additions and 45 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React from "react"
import * as SC from "./styles"
import Container from "../Container"
const Footer = () => {
function Footer() {
return (
<SC.FooterWrapper>
<Container>