diff --git a/components/Layout/index.jsx b/components/Layout/index.jsx index dfe472b..e473b68 100644 --- a/components/Layout/index.jsx +++ b/components/Layout/index.jsx @@ -7,6 +7,7 @@ import NavBar from '../Navigation'; import MetaBar from '../Metabar'; import SideBar from '../Sidebar'; import Footer from '../Footer'; +import LocaleProvider from '../../providers/LocaleProvider'; /** * @typedef {Object} Props @@ -20,7 +21,7 @@ import Footer from '../Footer'; * @param {Props} props */ export default ({ metadata, headings, readingTime, children }) => ( - <> + @@ -40,5 +41,5 @@ export default ({ metadata, headings, readingTime, children }) => (