From 9e737c6e4551502139258806c20a07ac4f96f46a Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:52:40 +0530 Subject: [PATCH] Dummy commit --- src/pages/tutorials/index.jsx | 1 - 1 file changed, 1 deletion(-) 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';