fix lint issue

This commit is contained in:
harshithpabbati 2022-04-06 15:07:13 +05:30
parent 1ddec5c968
commit 93a45bdf64
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
import React, { useMemo } from 'react'; import React, { useMemo } from 'react';
import { LiveStreamingProvider } from '@custom/shared/contexts/LiveStreamingProvider';
import { RecordingProvider } from '@custom/recording/contexts/RecordingProvider'; import { RecordingProvider } from '@custom/recording/contexts/RecordingProvider';
import ExpiryTimer from '@custom/shared/components/ExpiryTimer'; import ExpiryTimer from '@custom/shared/components/ExpiryTimer';
import { useCallState } from '@custom/shared/contexts/CallProvider'; import { useCallState } from '@custom/shared/contexts/CallProvider';
import { LiveStreamingProvider } from '@custom/shared/contexts/LiveStreamingProvider';
import { useCallUI } from '@custom/shared/hooks/useCallUI'; import { useCallUI } from '@custom/shared/hooks/useCallUI';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';