16659: Added copy to clipboard button for the api token
[arvados-workbench2.git] / src / views-components / compute-nodes-dialog / attributes-dialog.tsx
index 5d9946b4848e01e0bc7d6dd3b8740fca3828b3aa..83a983811c8a72765f441d902813da0378eed80c 100644 (file)
@@ -12,7 +12,7 @@ import { WithDialogProps, withDialog } from "~/store/dialog/with-dialog";
 import { COMPUTE_NODE_ATTRIBUTES_DIALOG } from '~/store/compute-nodes/compute-nodes-actions';
 import { ArvadosTheme } from '~/common/custom-theme';
 import { NodeResource, NodeProperties, NodeInfo } from '~/models/node';
-import * as classnames from "classnames";
+import classnames from "classnames";
 
 type CssRules = 'root' | 'grid';