- Parte 3 : Viaggi
- Chat
This commit is contained in:
5
src/modules/viaggi/components/chat/index.ts
Normal file
5
src/modules/viaggi/components/chat/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// 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';
|
||||
Reference in New Issue
Block a user