summaryrefslogtreecommitdiff
path: root/web/src/jsx.tsx
diff options
context:
space:
mode:
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] ) {