From 02f9a1690993310f2b08b2d369fbef407986bb9a Mon Sep 17 00:00:00 2001 From: hardik Date: Thu, 11 Sep 2025 11:33:29 +0000 Subject: [PATCH] fix : fixed linting issue --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 3d7821d..1bb563a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { useState } from 'react' +// import { useState } from 'react' // import reactLogo from './assets/react.svg' // import viteLogo from '/vite.svg' import './App.css' @@ -6,7 +6,7 @@ import './App.css' import VintageComingSoonPage from './comingsoon/comingsoon' function App() { - const [count, setCount] = useState(0) + // const [count, setCount] = useState(0) return (