From 636b0323075225c584b62719ed51e75521bb7ffb Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 17 Feb 2026 22:39:42 +0100 Subject: push source --- moneyjsx/src/support.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 moneyjsx/src/support.tsx (limited to 'moneyjsx/src/support.tsx') diff --git a/moneyjsx/src/support.tsx b/moneyjsx/src/support.tsx new file mode 100644 index 0000000..2b718be --- /dev/null +++ b/moneyjsx/src/support.tsx @@ -0,0 +1,18 @@ +import * as JSX from './jsx'; + +import { Page, GroupBox } from './components'; + +export default function Support() { + return + +
+ { /* note day: u have to actually add those routes in index-page.tsx */ } + JSX.navigate( "/models" ) }>Models + JSX.navigate( "/tutorial" ) }>Tutorial + JSX.navigate( "/api" ) }>API + JSX.navigate( "/tos" ) }>ToS + Contact +
+
+
+} -- cgit v1.2.3