15027: Cleans up unused imports.
[arvados-workbench2.git] / src / views / workbench / workbench.tsx
index d015d4ec363255c5982ce3a8bb12af2393d1b2ec..8ab042d289650fb3ee3637f26d952a891229c3db 100644 (file)
@@ -3,7 +3,6 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import * as React from 'react';
-import { connect } from 'react-redux';
 import { StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core/styles';
 import { Route, Switch } from "react-router";
 import { ProjectPanel } from "~/views/project-panel/project-panel";