diff --git a/src/layouts/index.jsx b/src/layouts/index.jsx index 3c70125..3eab8f3 100644 --- a/src/layouts/index.jsx +++ b/src/layouts/index.jsx @@ -2,6 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import Helmet from 'react-helmet'; +import Navbar from '../components/Navbar'; import './all.sass'; const TemplateWrapper = ({ children }) => (