another change to hopefully trigger webhook
This commit is contained in:
parent
65e575f9e4
commit
2c8cac186f
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue