Skip to content

Commit

Permalink
ci: app.jsx - comment out problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sclaret committed Jan 24, 2024
1 parent a6a3c99 commit 66bdf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "./app.css";
export function App() {
const [count, setCount] = useState(0);

let test = "bla";
// let test = "bla";

return (
<>
Expand Down

0 comments on commit 66bdf64

Please sign in to comment.