Files
myprojplanet_vite/src/modules/viaggi/components/chat/index.ts
Surya Paolo 11c17bdd8e - Parte 3 : Viaggi
- Chat
2025-12-24 00:26:29 +01:00

6 lines
262 B
TypeScript

// Export all chat components
export { default as ChatList } from './ChatList.vue';
export { default as ChatWindow } from './ChatWindow.vue';
export { default as MessageBubble } from './MessageBubble.vue';
export { default as ChatInput } from './ChatInput.vue';