diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 550b608..9596275 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -33,6 +33,7 @@ import ViewPrj from "./routes/project/View.svelte"; import ViewTask from "./routes/task/View.svelte"; import WikiIndex from "./routes/wiki/Index.svelte"; + import WikiPage from "./routes/wiki/View.svelte" let translations_ready = $state(false); @@ -89,6 +90,7 @@ + Not found! diff --git a/frontend/src/routes/wiki/Index.svelte b/frontend/src/routes/wiki/Index.svelte index b56896d..96379ea 100644 --- a/frontend/src/routes/wiki/Index.svelte +++ b/frontend/src/routes/wiki/Index.svelte @@ -1,11 +1,20 @@ +

{id}

+{#if error} +{error} +{/if} \ No newline at end of file