fix : fixed linting issue #2

Merged
mihir merged 1 commits from feature/coming_soon into main 2025-09-11 17:06:26 +05:30
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 02f9a16909 - Show all commits

View File

@ -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 (