This commit is contained in:
Владимир Фёдоров 2026-03-21 01:03:18 +07:00
parent 80d581e3b6
commit b56a4570de
5 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ import VueQrcode from '@chenfengyuan/vue-qrcode';
import BeltBlock from './BeltBlock.vue'; import BeltBlock from './BeltBlock.vue';
import MetalPlate from './MetalPlate.vue'; import MetalPlate from './MetalPlate.vue';
import GameHeader from './GameHeader.vue'; import GameHeader from './GameHeader.vue';
import type { Action } from './action'; import type { Action } from './models/action';
import type { Door } from './door'; import type { Door } from './models/door';
import type { Team } from './team'; import type { Team } from './models/team';
const router = useRouter(); const router = useRouter();
const route = useRoute(); const route = useRoute();