diff --git a/themes/heo/components/NavBar.js b/themes/heo/components/NavBar.js index baa65e73..2b7bf827 100644 --- a/themes/heo/components/NavBar.js +++ b/themes/heo/components/NavBar.js @@ -3,6 +3,7 @@ import Logo from './Logo' import throttle from 'lodash.throttle' import RandomPostButton from './RandomPostButton' import SearchButton from './SearchButton' +import DarkModeButton from './DarkModeButton' import SlideOver from './SlideOver' import ReadingProgress from './ReadingProgress' import { MenuListTop } from './MenuListTop' @@ -145,6 +146,7 @@ const NavBar = props => {