|
@@ -66,7 +66,7 @@
|
|
import { session, initSession } from '@/utils/storage';
|
|
import { session, initSession } from '@/utils/storage';
|
|
import { Modal } from 'ant-design-vue/es';
|
|
import { Modal } from 'ant-design-vue/es';
|
|
import 'ant-design-vue/es/modal/style';
|
|
import 'ant-design-vue/es/modal/style';
|
|
- import wordsList from '@/utils/words.js';
|
|
|
|
|
|
+ import { wordsList } from '@/utils/words';
|
|
interface InterfacePlayer {
|
|
interface InterfacePlayer {
|
|
num: number;
|
|
num: number;
|
|
text: string;
|
|
text: string;
|