Implement better pattern for hanling actions in context menu
[arvados-workbench2.git] / src / components / attribute / attribute.tsx
index ea35f5bfa1d343277a1956655fab5dce51b642a8..c0874f7d5469818123ecb266c9096ee365ce97dc 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 'src/common/custom-theme';
+import { ArvadosTheme } from '../../common/custom-theme';
 
 interface AttributeDataProps {
     label: string;