Skip to content

Commit

Permalink
PR CI 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsj-git committed Feb 1, 2024
1 parent 95a001c commit 1fbf4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-vite/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function App() {
<img src={reactLogo} className="logo react" alt="React logo" />
</a>
</div>
<h1>Vite + React</h1>
<h1>Lesser Frontend</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
count is {count}
Expand Down

0 comments on commit 1fbf4e3

Please sign in to comment.