admin-vue3/src/api/im/face/index.ts

4 lines
193 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// 用户端 IM 表情 API barrel 出口按子目录pack / userItem二次拆分调用方可用 `from '@/api/im/face'` 一次拿全
export * from './pack'
export * from './userItem'