diff --git a/frontend/viewer/src/App.svelte b/frontend/viewer/src/App.svelte
index 7735a3c790..b1c57c1f0e 100644
--- a/frontend/viewer/src/App.svelte
+++ b/frontend/viewer/src/App.svelte
@@ -19,7 +19,6 @@
import DotnetProjectView from './DotnetProjectView.svelte';
import {setupGlobalErrorHandlers} from '$lib/errors/global-errors';
import {ModeWatcher} from 'mode-watcher';
- import {initScottyPortalContext} from '$lib/layout/Scotty.svelte';
let url = '';
@@ -69,7 +68,6 @@
/* eslint-enable @typescript-eslint/naming-convention */
setupGlobalErrorHandlers();
- initScottyPortalContext();