From 3c4a10944ebcf7a627f2749e21572342059452da Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 9 Jan 2021 12:46:21 +0100 Subject: [PATCH] added routing to UserDetail page ref #12 --- src/App.svelte | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 319642fb..54d612d4 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -48,6 +48,7 @@ import OrgDetail from "./components/OrgDetail.svelte"; import Teams from "./components/Teams.svelte"; import { OpenAPI, AuthService } from "@odit/lfk-client-js"; + import UserDetailOne from "./components/UserDetailOne.svelte"; OpenAPI.BASE = config.baseurl; store.init(); @@ -80,8 +81,13 @@ - - + + + + + + +