From 5d8ff6e73b2734c33badf09321fa346a6d144a49 Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 16 Feb 2026 18:50:27 +0100 Subject: cleanup --- web/src/jsx.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/src/jsx.tsx') 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] ) { -- cgit v1.2.3