From aaf0f421f25bfbfb75828872061f07890673de4f Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 9 Aug 2024 15:14:39 -0400 Subject: [PATCH] fixed app to work with global variables --- frontend/src/App.svelte | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index d042240..839b475 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -1,5 +1,12 @@