fixes the import issue with the well component

- this is causing the error screen when live-streaming fails
This commit is contained in:
harshithpabbati 2022-01-28 15:03:08 +05:30
parent e1f31b0494
commit ab0b1c172d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { CardBody } from '@custom/shared/components/Card';
import Field from '@custom/shared/components/Field'; import Field from '@custom/shared/components/Field';
import { TextInput, SelectInput } from '@custom/shared/components/Input'; import { TextInput, SelectInput } from '@custom/shared/components/Input';
import Modal from '@custom/shared/components/Modal'; import Modal from '@custom/shared/components/Modal';
import { Well } from '@custom/shared/components/Well'; import Well from '@custom/shared/components/Well';
import { useCallState } from '@custom/shared/contexts/CallProvider'; import { useCallState } from '@custom/shared/contexts/CallProvider';
import { useParticipants } from '@custom/shared/contexts/ParticipantsProvider'; import { useParticipants } from '@custom/shared/contexts/ParticipantsProvider';
import { useUIState } from '@custom/shared/contexts/UIStateProvider'; import { useUIState } from '@custom/shared/contexts/UIStateProvider';