diff --git a/src/pages/tutorials/index.jsx b/src/pages/tutorials/index.jsx index 7fcf375..6746420 100644 --- a/src/pages/tutorials/index.jsx +++ b/src/pages/tutorials/index.jsx @@ -6,7 +6,6 @@ import LeftNav from '../../components/LeftNav'; import 'prismjs/themes/prism-tomorrow.css'; import '../../templates/page.scss'; import SEO from '../../components/seo'; -import SearchInputBox from '../../components/SearchInputBox'; import MobileView from '../../components/MobileView'; import CardList from '../../components/navcards';