diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index 21b6078..65b4b14 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -7,6 +7,7 @@ import Head from './atoms/Head' import Header from './organisms/Header' import Footer from './organisms/Footer' import { FadeIn } from './atoms/Animations' +import styles from './Layout.module.scss' class TransitionHandler extends Component { shouldComponentUpdate() { @@ -15,11 +16,11 @@ class TransitionHandler extends Component { render() { const { children } = this.props - return