diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-21 10:43:05 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-21 10:43:05 +1100 |
| commit | 9522a8b1b9876c769741dbbe23292a5796062c78 (patch) | |
| tree | 6c66ee9a145a2d9ecf99d5e6a503521ef78d4944 /src | |
| parent | 6e7aa04134a10f8f1759a02152f681258e4453bf (diff) | |
Test CI
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/site/Site.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/site/Site.jsx b/src/components/site/Site.jsx index 0c6c2f9..d1c75db 100644 --- a/src/components/site/Site.jsx +++ b/src/components/site/Site.jsx @@ -3,7 +3,7 @@ import react from "react"; export default function Site() { return ( <div> - site page placeholder + test build </div> ) } |
