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
commit 737e0bf3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>
);
}