fixed recording modal linting errors
This commit is contained in:
parent
1068a9f753
commit
4554aa396a
|
|
@ -5,12 +5,10 @@ import Modal from '@dailyjs/shared/components/Modal';
|
||||||
import Well from '@dailyjs/shared/components/Well';
|
import Well from '@dailyjs/shared/components/Well';
|
||||||
import { useCallState } from '@dailyjs/shared/contexts/CallProvider';
|
import { useCallState } from '@dailyjs/shared/contexts/CallProvider';
|
||||||
import { useUIState } from '@dailyjs/shared/contexts/UIStateProvider';
|
import { useUIState } from '@dailyjs/shared/contexts/UIStateProvider';
|
||||||
import { enable } from 'debug';
|
|
||||||
import {
|
import {
|
||||||
RECORDING_COUNTDOWN_1,
|
RECORDING_COUNTDOWN_1,
|
||||||
RECORDING_COUNTDOWN_2,
|
RECORDING_COUNTDOWN_2,
|
||||||
RECORDING_COUNTDOWN_3,
|
RECORDING_COUNTDOWN_3,
|
||||||
RECORDING_ERROR,
|
|
||||||
RECORDING_IDLE,
|
RECORDING_IDLE,
|
||||||
RECORDING_RECORDING,
|
RECORDING_RECORDING,
|
||||||
RECORDING_SAVED,
|
RECORDING_SAVED,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue