Skip to content

Commit a4cc654

Browse files
committed
add CRXJS to popup
1 parent 8f444df commit a4cc654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function App() {
1515
<img src={reactLogo} className="logo react" alt="React logo" />
1616
</a>
1717
</div>
18-
<h1>Vite + React</h1>
18+
<h1>Vite + React + CRXJS</h1>
1919
<div className="card">
2020
<button onClick={() => setCount((count) => count + 1)}>
2121
count is {count}

0 commit comments

Comments
 (0)