We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8c621f + 15e815d commit a131b10Copy full SHA for a131b10
src/components/EventLog.svelte
@@ -1,7 +1,7 @@
1
<script>
2
3
import { getContext, onDestroy, onMount } from 'svelte';
4
-import { OIDC_CONTEXT_CLIENT_PROMISE } from './components.module.js';
+import { OIDC_CONTEXT_CLIENT_PROMISE } from './OidcContext.svelte';
5
6
let logs = [];
7
let userManager;
0 commit comments