Skip to content

Commit

Permalink
Build fix for 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed May 6, 2021
1 parent 3b83cf6 commit fee3559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/LobbyBrowser/LobbyBrowserContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { ipcRenderer, remote } from 'electron';
import { remote } from 'electron';
import { ThemeProvider } from '@material-ui/core/styles';
import RefreshSharpIcon from '@material-ui/icons/RefreshSharp';
import CloseIcon from '@material-ui/icons/Close';
Expand Down

0 comments on commit fee3559

Please sign in to comment.