Add custom theme

This commit is contained in:
2025-11-04 19:20:17 +01:00
parent d05747e60e
commit 20a42f3c55
11 changed files with 1612 additions and 25 deletions

View File

@@ -1,3 +1,3 @@
export function App(): React.ReactElement {
return <>hello</>;
return <>hello world</>;
}