fixes the import issue with the well component
- this is causing the error screen when live-streaming fails
This commit is contained in:
parent
e1f31b0494
commit
ab0b1c172d
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue