From d043df767418f62e369dffb99c19c6f454174053 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 22 Jul 2024 19:57:20 +0200 Subject: [PATCH] small nit BASE_URL --- frontend/src/lib/navigation.ts | 1 - .../src/routes/(root)/(logged)/workspace_settings/+page.svelte | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/navigation.ts b/frontend/src/lib/navigation.ts index 1901258da6..8a677e5eff 100644 --- a/frontend/src/lib/navigation.ts +++ b/frontend/src/lib/navigation.ts @@ -1,6 +1,5 @@ import { goto as svelteGoto } from '$app/navigation' import { base as svelteBase } from '$app/paths' -export { base } from '$lib/base' export function goto(path, options = {}) { if (svelteBase == '') { diff --git a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte index 2fc33a418b..75a6e980fb 100644 --- a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte @@ -1,5 +1,5 @@