This is a dummy commit, to test e2e CI/CD process

This commit is contained in:
Charles Bochet
2022-12-28 12:10:19 +01:00
parent a76bc928ff
commit 3f63810dc8

View File

@ -1,7 +1,7 @@
function Insights() { function Insights() {
return ( return (
<div> <div>
<h1>This is the performances page</h1> <h1>This is the insights page</h1>
</div> </div>
); );
} }