fix lint issue
This commit is contained in:
parent
1ddec5c968
commit
93a45bdf64
|
|
@ -1,8 +1,8 @@
|
|||
import React, { useMemo } from 'react';
|
||||
import { LiveStreamingProvider } from '@custom/shared/contexts/LiveStreamingProvider';
|
||||
import { RecordingProvider } from '@custom/recording/contexts/RecordingProvider';
|
||||
import ExpiryTimer from '@custom/shared/components/ExpiryTimer';
|
||||
import { useCallState } from '@custom/shared/contexts/CallProvider';
|
||||
import { LiveStreamingProvider } from '@custom/shared/contexts/LiveStreamingProvider';
|
||||
import { useCallUI } from '@custom/shared/hooks/useCallUI';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue