Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Dec 27, 2020
1 parent 08595c9 commit 5c9dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/Voice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Peer from 'simple-peer';
import { ipcRenderer } from 'electron';
import VAD from './vad';
import { ISettings } from '../common/ISettings';
import { IpcMessages, IpcRendererMessages } from '../common/ipc-messages';
import { IpcRendererMessages } from '../common/ipc-messages';
import Typography from '@material-ui/core/Typography';
import Grid from '@material-ui/core/Grid';
import makeStyles from '@material-ui/core/styles/makeStyles';
Expand Down

0 comments on commit 5c9dcec

Please sign in to comment.