import type { Meta, StoryObj } from '@storybook/react'; import { ChatInterface } from './ChatInterface'; import { ChatInterfaceSkeleton } from './chat-interface'; const meta = { title: 'Components/Features/Chat/ChatInterface', component: ChatInterface, tags: ['autodocs'], argTypes: { onRoomChange: { action: 'room changed' }, }, decorators: [ (Story) => (