mirror of
https://github.com/kingomarnajjar/gatsby-starter-netlify-cms.git
synced 2026-07-25 22:27:24 +10:00
fix Navbar import
This commit is contained in:
parent
1286549f65
commit
b551708b23
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }) => (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue