import { component$, useSignal } from '@builder.io/qwik'
import qwikLogo from './assets/qwik.svg'
import viteLogo from './assets/vite.svg'
import heroImg from './assets/hero.png'
import './app.css'
export const App = component$(() => {
const count = useSignal(0)
return (
<>
Edit
Get started
src/app.tsx and save to test HMR
Connect with us
Join the Vite community