Skip to content

Commit

Permalink
Chore: Changing voip folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva committed Jun 20, 2022
1 parent 01a7244 commit 57d8db0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/providers/CallProvider/CallProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { OutgoingByeRequest } from 'sip.js/lib/core';
import { CustomSounds } from '../../../app/custom-sounds/client';
import { getUserPreference } from '../../../app/utils/client';
import { useHasLicense } from '../../../ee/client/hooks/useHasLicense';
import { WrapUpCallModal } from '../../../ee/client/omnichannel/components/voip/WrapUpCallModal';
import { WrapUpCallModal } from '../../../ee/client/voip/components/modals/WrapUpCallModal';
import { CallContext, CallContextValue, useCallCloseRoom } from '../../contexts/CallContext';
import { roomCoordinator } from '../../lib/rooms/roomCoordinator';
import { QueueAggregator } from '../../lib/voip/QueueAggregator';
Expand Down

0 comments on commit 57d8db0

Please sign in to comment.