fix eslint errors

This commit is contained in:
harshithpabbati 2022-04-07 14:38:35 +05:30
parent f924be5874
commit 8a7d1f3846
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import { Aside } from '@custom/shared/components/Aside';
import Button from '@custom/shared/components/Button'; import Button from '@custom/shared/components/Button';
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 { useTranscription } from '@custom/shared/contexts/TranscriptionProvider'; import { useTranscription } from '@custom/shared/contexts/TranscriptionProvider';
import { useUIState } from '@custom/shared/contexts/UIStateProvider';
export const TRANSCRIPTION_ASIDE = 'transcription'; export const TRANSCRIPTION_ASIDE = 'transcription';

View File

@ -1,9 +1,9 @@
import React from 'react'; import React from 'react';
import { TrayButton } from '@custom/shared/components/Tray'; import { TrayButton } from '@custom/shared/components/Tray';
import { useTranscription } from '@custom/shared/contexts/TranscriptionProvider';
import { useUIState } from '@custom/shared/contexts/UIStateProvider'; import { useUIState } from '@custom/shared/contexts/UIStateProvider';
import { ReactComponent as IconTranscription } from '@custom/shared/icons/chat-md.svg'; import { ReactComponent as IconTranscription } from '@custom/shared/icons/chat-md.svg';
import { useTranscription } from '@custom/shared/contexts/TranscriptionProvider';
import { TRANSCRIPTION_ASIDE } from './TranscriptionAside'; import { TRANSCRIPTION_ASIDE } from './TranscriptionAside';
export const Tray = () => { export const Tray = () => {