Skip to content

Commit

Permalink
chore: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed May 27, 2024
1 parent a71d984 commit 539c92c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xmcl-keystone-ui/src/multiplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<body class="flex-1 overflow-y-auto">
<div id="app"></div>
<script type="module" src="./windows/multiplayer/index.ts"></script>
<script type="module" src="./windows/app/index.ts"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion xmcl-keystone-ui/src/windows/app/Context.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { kSemaphores, useI18nSync, useSemaphores } from '@/composables'
import { useI18nSync } from '@/composables'
import { kExceptionHandlers, useExceptionHandlers } from '@/composables/exception'
import { kImageDialog, useImageDialog } from '@/composables/imageDialog'
import { kInstance, useInstance } from '@/composables/instance'
Expand Down

0 comments on commit 539c92c

Please sign in to comment.