Skip to content

Commit

Permalink
fix: fallback to default App.jsx after test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHtbk committed Oct 31, 2023
1 parent bf674b1 commit 4622d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function App() {
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>Coucou Vite + React!</p>
<p>Hello Vite + React!</p>

<Counter />

Expand Down

0 comments on commit 4622d26

Please sign in to comment.