Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jengu288 committed Mar 11, 2024
1 parent b766022 commit 12250e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/lobby/Lobby.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AudioWrap } from '@/mixins/audiowrap.js';
import ClickMp3 from '@/assets/audio/click2.mp3';
import { useRoomStore } from '@/stores/room.js';
import { useI18n } from 'vue-i18n';
import { Portal, PortalTarget } from 'portal-vue';
import { Portal } from 'portal-vue';
import { Modal } from 'bootstrap';
import { useGameStore } from '@/stores/game';
const click = new AudioWrap(ClickMp3);
Expand Down

0 comments on commit 12250e0

Please sign in to comment.