We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd918e8 commit b47d808Copy full SHA for b47d808
src/core/templates/App.tsx
@@ -6,7 +6,7 @@ function App() {
6
7
return (
8
<div className='App'>
9
- <h1>Rspack + React + TypeScript</h1>
+ <h1>Vite + React + TypeScript</h1>
10
<div className='card'>
11
<button type='button' onClick={() => setCount((count) => count + 1)}>
12
count is {count}
0 commit comments