Add typescript paths to top level folders
[arvados-workbench2.git] / src / components / details-attribute / details-attribute.tsx
index f9a5b05abfdb4ab6f62c31be5263cd701bbc4479..d3a83918ec8681da74aa6ea3b49a5e9a1b305cf8 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';