Skip to content

Commit

Permalink
remove unused imports. natcap#851
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Mar 8, 2023
1 parent 0109bdc commit 7921803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions workbench/src/renderer/components/ResourcesLinks/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ import React from 'react';

import PropTypes from 'prop-types';
import { MdOpenInNew } from 'react-icons/md';
import { useTranslation } from 'react-i18next';

import UG_ROOT from '../../userguideURL';
import { ipcMainChannels } from '../../../main/ipcMainChannels';
import { useTranslation } from 'react-i18next';

const { ipcRenderer } = window.Workbench.electron;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import InputGroup from 'react-bootstrap/InputGroup';
import Modal from 'react-bootstrap/Modal';
import { MdFolderOpen, MdInfo, MdOpenInNew } from 'react-icons/md';

import baseUserguideURL from '../../../userguideURL';
import { ipcMainChannels } from '../../../../main/ipcMainChannels';
import i18n from '../../../i18n/i18n';

Expand Down

0 comments on commit 7921803

Please sign in to comment.