import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from './assets/vite.svg'
import cloudflareLogo from './assets/cloudflare.svg'
import heroImg from './assets/hero.png'
import './App.css'
function App() {
const [count, setCount] = useState(0)
const [name, setName] = useState('unknown')
return (
<>
Edit
Get started with Cloudflare
src/App.tsx or worker/index.ts and save to test HMR
Connect with us
Join the Vite community