* chore: Add pre-commit * feat: Add PeoplePanel * feat: Add RightPanel wrapper to toggle PeoplePanel and ChatMessages * feat: Use RightPanel component * feat: Update ControlBar component to handle middle buttons and right buttons * feat: Extract livekit layout context from the lib to handle new properties * feat: Add PeoplePanelToggleButton * feat: Add translations * fix: Remove unused import * feat: Update husky file permissions * fix: Remove unused things * fix: Remove unused container
4 lines
66 B
TypeScript
4 lines
66 B
TypeScript
import { ChatEntry } from './ChatEntry'
|
|
|
|
export default ChatEntry
|