Skip to content

Commit

Permalink
Fix up some accumulated lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Nov 16, 2021
1 parent 22c2ca6 commit c33dffa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React from 'react';
import { shallow } from 'enzyme';
import WorkspaceMenuButton from '../../../src/containers/WorkspaceMenuButton';
import FullScreenButton from '../../../src/containers/FullScreenButton';
import { WorkspaceControlPanelButtons }
from '../../../src/components/WorkspaceControlPanelButtons';
import { WorkspaceControlPanelButtons } from '../../../src/components/WorkspaceControlPanelButtons';
import { PluginHook } from '../../../src/components/PluginHook';

describe('WorkspaceControlPanelButtons', () => {
Expand Down
3 changes: 1 addition & 2 deletions src/components/WorkspaceControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import classNames from 'classnames';
import AppBar from '@material-ui/core/AppBar';
import Toolbar from '@material-ui/core/Toolbar';
import WorkspaceAddButton from '../containers/WorkspaceAddButton';
import WorkspaceControlPanelButtons
from '../containers/WorkspaceControlPanelButtons';
import WorkspaceControlPanelButtons from '../containers/WorkspaceControlPanelButtons';
import Branding from '../containers/Branding';
import ns from '../config/css-ns';

Expand Down
3 changes: 1 addition & 2 deletions src/containers/WorkspaceControlPanelButtons.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { compose } from 'redux';
import { withStyles } from '@material-ui/core/styles';
import { withPlugins } from '../extend/withPlugins';
import { WorkspaceControlPanelButtons }
from '../components/WorkspaceControlPanelButtons';
import { WorkspaceControlPanelButtons } from '../components/WorkspaceControlPanelButtons';

/**
*
Expand Down

0 comments on commit c33dffa

Please sign in to comment.