Skip to content

Commit

Permalink
typo module name
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Jan 6, 2019
1 parent 5b706eb commit cadb8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { PreferencesModal } from './preferences-modal/preferences-modal';
import { ElectronEventsListener } from './electron-events-listener';
import { closeModal} from '../services/modalsAndAlerts';
import { Message } from 'semantic-ui-react';
import * as classNames from 'classNames';
import * as classNames from 'classnames';

@observer
class Main extends React.Component<{}, {}> {
Expand Down

0 comments on commit cadb8f0

Please sign in to comment.