16659: Added copy to clipboard button for the api token
[arvados-workbench2.git] / src / views-components / details-panel / details-panel.tsx
index 8244e15f06473f1d472177708830909077db20c8..b6b0cdf10b8078c099f981faa2ae2a22ea9bdfec 100644 (file)
@@ -7,7 +7,7 @@ import { IconButton, Tabs, Tab, Typography, Grid, Tooltip } from '@material-ui/c
 import { StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core/styles';
 import { Transition } from 'react-transition-group';
 import { ArvadosTheme } from '~/common/custom-theme';
-import * as classnames from "classnames";
+import classnames from "classnames";
 import { connect } from 'react-redux';
 import { RootState } from '~/store/store';
 import { CloseIcon } from '~/components/icon/icon';