Skip to content

Conversation

@lyjeileen
Copy link
Collaborator

@lyjeileen lyjeileen commented Aug 1, 2024

Changes

  • Fix importing issue for participantsContainer and timestamp. Participant-related types are moved to the component file because enum couldn't be imported and used directly from the types.ts file. The index file for timestamp was index.tsx instead of index.ts before.

Import path before changes

import { ParticipantRole, ParticipantType } from '@rustic-ai/ui-components/types'

Import path after changes

import { ParticipantRole, ParticipantType } from '@rustic-ai/ui-components/participantsContainer'

@Shiti Shiti changed the title fix: fix importing issue for participantsContainer and timestamp fix: import issue for participantsContainer and timestamp Aug 1, 2024
@Shiti Shiti merged commit 0fd3d4a into rustic-ai:main Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants