Skip to content
Prev Previous commit
⚽️
  • Loading branch information
manucorporat committed Jul 5, 2023
commit 72fd870eedd54cf672095e97835f74c5cc770adc
3 changes: 0 additions & 3 deletions packages/create-vite/template-qwik-ts/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ export const App = component$(() => {
<h1>Vite + Qwik</h1>
<div class="card">
<button onClick$={() => count.value++}>count is {count.value}</button>
<p>
Edit <code>src/app.tsx</code> and save to test HMR
</p>
</div>
<p class="read-the-docs">
Click on the Vite and Qwik logos to learn more
Expand Down