From 084f595a86be0a5ce814d546d1b4ea6feb82c0fc Mon Sep 17 00:00:00 2001 From: Annika Hannig Date: Mon, 20 Nov 2023 14:27:00 +0100 Subject: [PATCH] added comments --- ui/src/app/Main.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui/src/app/Main.js b/ui/src/app/Main.js index 78e5348..d3201e1 100644 --- a/ui/src/app/Main.js +++ b/ui/src/app/Main.js @@ -38,6 +38,10 @@ import NotFoundPage from 'app/pages/NotFoundPage'; +/** + * Select the current page to show in the application + * using the router. + */ const Routing = () => ( } /> @@ -69,6 +73,11 @@ const Routing = () => ( ); + +/** + * The application main entry point. + * Instanciate global providers and the router. + */ const Main = () => { return (