diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index 6268e387..db164578 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -1,4 +1,4 @@ -import React, { Fragment } from 'react' +import React from 'react' import PropTypes from 'prop-types' import Container from './atoms/Container' import Typekit from './atoms/Typekit' @@ -7,7 +7,7 @@ import Footer from './organisms/Footer' import styles from './Layout.module.scss' const Layout = ({ children }) => ( - + <>
@@ -18,7 +18,7 @@ const Layout = ({ children }) => (