Skip to content

Commit b47d808

Browse files
committed
fix: typo
1 parent bd918e8 commit b47d808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/templates/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function App() {
66

77
return (
88
<div className='App'>
9-
<h1>Rspack + React + TypeScript</h1>
9+
<h1>Vite + React + TypeScript</h1>
1010
<div className='card'>
1111
<button type='button' onClick={() => setCount((count) => count + 1)}>
1212
count is {count}

0 commit comments

Comments
 (0)