fix: eslint

This commit is contained in:
hw
2025-11-13 18:35:44 +08:00
parent cdae277868
commit 6ae21c978b
3 changed files with 6 additions and 10 deletions

View File

@@ -1,7 +1,3 @@
export { default } from './reply.vue';
export {
createEmptyReply,
type Reply,
ReplyType,
} from './types';
export { createEmptyReply, type Reply, ReplyType } from './types';