From 3043751ba11a38ebd9f03416fd7f4600dae41f1a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 17 Sep 2018 13:24:41 +0200 Subject: production routing shit --- app/client/index.jsx | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'app/client/index.jsx') diff --git a/app/client/index.jsx b/app/client/index.jsx index 33e4148..0b0ed05 100644 --- a/app/client/index.jsx +++ b/app/client/index.jsx @@ -19,20 +19,25 @@ const module_list = Object.keys(modules).map(name => { ) }) +const ModuleRouter = () => { + return ( + + ) +} + const app = ( -
- - - - - {module_list} - - - - +
+
{console.log(props.location.pathname)}
} /> + + + + { console.log('pziss'); }} /> + { console.log('pziss'); }} /> + {module_list} +
-- cgit v1.2.3-70-g09d2