15027: Cleans up unused imports.
[arvados-workbench2.git] / src / views / user-panel / user-panel.tsx
index 6c2fdafe337cec8b2ed8c2f046bce252e0905603..debc20825281cee5dbd900696bbbbcc66c247439 100644 (file)
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import * as React from 'react';
-import { WithStyles, withStyles, Typography, Tabs, Tab, Paper, Button, Grid } from '@material-ui/core';
+import { WithStyles, withStyles, Tabs, Tab, Paper, Button, Grid } from '@material-ui/core';
 import { DataExplorer } from "~/views-components/data-explorer/data-explorer";
 import { connect, DispatchProp } from 'react-redux';
 import { DataColumns } from '~/components/data-table/data-table';