another change to hopefully trigger webhook

This commit is contained in:
andrzej 2024-05-25 13:12:09 +02:00
parent 65e575f9e4
commit 2c8cac186f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import Calculator from "./Components/Calculator";
function App() { function App() {
return ( return (
<div className="App"> <div className="App">
I changed something else! I changed something else!!!
<Calculator /> <Calculator />
</div> </div>
); );