summaryrefslogtreecommitdiff
path: root/web/src/jsx.tsx
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2026-02-16 18:50:27 +0100
committernavewindre <boneyaard@gmail.com>2026-02-16 18:50:27 +0100
commit5d8ff6e73b2734c33badf09321fa346a6d144a49 (patch)
tree9b71774722b5c386873d716707c1992574204642 /web/src/jsx.tsx
parente66257a6f66bf905d82c8df6e4e4d1a1509e0810 (diff)
cleanup
Diffstat (limited to 'web/src/jsx.tsx')
-rw-r--r--web/src/jsx.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/jsx.tsx b/web/src/jsx.tsx
index 1243398..c6c491c 100644
--- a/web/src/jsx.tsx
+++ b/web/src/jsx.tsx
@@ -12,8 +12,8 @@ const routes: Route[] = [];
let err404page = "/";
let rootId = "moneyjsx-root";
let defaultTitle = "";
-export let onprenavigate: Function = () => {};
-export let onpostnavigate: Function = () => {};
+let onprenavigate: Function = () => {};
+let onpostnavigate: Function = () => {};
function routeForPath( route: string ) : Function | null {
if( !routes[route] ) {