Compare commits
2 Commits
24c3f71a5b
...
dbb7fa3fbf
| Author | SHA1 | Date |
|---|---|---|
|
|
dbb7fa3fbf | |
|
|
02f9a16909 |
|
|
@ -1,4 +1,4 @@
|
||||||
import { useState } from 'react'
|
// import { useState } from 'react'
|
||||||
// import reactLogo from './assets/react.svg'
|
// import reactLogo from './assets/react.svg'
|
||||||
// import viteLogo from '/vite.svg'
|
// import viteLogo from '/vite.svg'
|
||||||
import './App.css'
|
import './App.css'
|
||||||
|
|
@ -6,7 +6,7 @@ import './App.css'
|
||||||
import VintageComingSoonPage from './comingsoon/comingsoon'
|
import VintageComingSoonPage from './comingsoon/comingsoon'
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const [count, setCount] = useState(0)
|
// const [count, setCount] = useState(0)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue