Merge pull request #11 from twentyhq/charles-bochet-dummy-pr-to-test-ci

This is a dummy commit, to test e2e CI/CD process
This commit is contained in:
Charles Bochet
2022-12-28 12:11:58 +01:00
committed by GitHub

View File

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