Skip to content

Commit a131b10

Browse files
authored
Merge pull request #71 from dopry/fix/circular-dep
fix: circular dependency
2 parents d8c621f + 15e815d commit a131b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EventLog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script>
22
33
import { getContext, onDestroy, onMount } from 'svelte';
4-
import { OIDC_CONTEXT_CLIENT_PROMISE } from './components.module.js';
4+
import { OIDC_CONTEXT_CLIENT_PROMISE } from './OidcContext.svelte';
55
66
let logs = [];
77
let userManager;

0 commit comments

Comments
 (0)