refactor: 修复打包错误

This commit is contained in:
RubyLiu 2023-12-08 11:32:59 +08:00 committed by 刘瑞斌
parent 3f7b5f133a
commit 94c76c6d95
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import Item from './comment-item.vue';
import CommentInput from './input.vue';
import Item from './item.vue';
import { useI18n } from '@/hooks/useI18n';
import useModal from '@/hooks/useModal';