Skip to content

Commit

Permalink
fix-waitingRoom: import axios 중복 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
qbobl5 committed Dec 13, 2023
1 parent 10634ce commit 97cb4f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/room/WaitingRoom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ import axios from 'axios'
import ShowQuizSimply from '../../components/home/ShowQuizSimply.vue'
import RoomMember from '../../components/room/RoomMember.vue'
import SweetAlert from '../../util/modal.js'
import axios from 'axios';
export default {
name: 'WaitingRoom',
Expand Down

0 comments on commit 97cb4f5

Please sign in to comment.