From b4b9b19fafb73f8d18a9bcb1036e5ffaec3004b2 Mon Sep 17 00:00:00 2001
From: Nico Vermaas <vermaas@astron.nl>
Date: Tue, 8 Jun 2021 16:55:33 +0200
Subject: [PATCH] parsing shopping basket items as json

---
 src/routes/Routes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/routes/Routes.js b/src/routes/Routes.js
index 02bcd8b..86eb646 100644
--- a/src/routes/Routes.js
+++ b/src/routes/Routes.js
@@ -69,7 +69,7 @@ export default function Routes() {
         </Route>
 
       </Switch>
-      <footer><small>esap-gui version 8 jun 2021 - 17:00</small></footer>
+      <footer><small>esap-gui version 8 jun 2021 - 16:55</small></footer>
     </Router>
   );
 }
-- 
GitLab