src/components/chat/chatComponents/multiChat/index.ts
@@ -1,6 +1,8 @@ import { MultiChatType } from '../../model/types'; import Select from './Select.vue'; import InputSelect from './InputSelect.vue'; export const multiChatTypeMapCom = { [MultiChatType.Select]: Select, [MultiChatType.InputSelect]: InputSelect, };