16659: Added copy to clipboard button for the api token
[arvados-workbench2.git] / src / components / tree / virtual-tree.tsx
index 59fe34b12a0a46a0d334a97733631a5caa83d09a..6db3d1e2598517e6706ffc787a25b3fa0f3c8f34 100644 (file)
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import * as React from 'react';
-import * as classnames from "classnames";
+import classnames from "classnames";
 import { StyleRulesCallback, withStyles, WithStyles } from '@material-ui/core/styles';
 import { ReactElement } from "react";
 import { FixedSizeList, ListChildComponentProps } from "react-window";