refs #master Merge branch 'origin/master' into 14007-ts-paths
[arvados-workbench2.git] / src / components / details-attribute / details-attribute.tsx
index 9e58a3e4a0a12f1d8e3ac5eac54f7fb169729129..3888b04b67d596ea84f3e11cbfeba30999adbc03 100644 (file)
@@ -5,7 +5,7 @@
 import * as React from 'react';
 import Typography from '@material-ui/core/Typography';
 import { StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core/styles';
-import { ArvadosTheme } from '../../common/custom-theme';
+import { ArvadosTheme } from '~/common/custom-theme';
 import * as classnames from "classnames";
 
 type CssRules = 'attribute' | 'label' | 'value' | 'link';