cr chagnes
[arvados-workbench2.git] / src / views-components / current-token-dialog / current-token-dialog.tsx
index ba6c3258f428a3fe882fa47463b623e798f25451..d2acccb78d42be530ed5a86d8a9dd2d07123a280 100644 (file)
@@ -10,7 +10,6 @@ import { WithDialogProps } from '~/store/dialog/with-dialog';
 import { compose } from 'redux';
 import { connect } from 'react-redux';
 import { CurrentTokenDialogData, getCurrentTokenDialogData } from '~/store/current-token-dialog/current-token-dialog-actions';
-import { RootState } from '~/store/store';
 import { DefaultCodeSnippet } from '~/components/default-code-snippet/default-code-snippet';
 
 type CssRules = 'link' | 'paper' | 'button';