Add typescript paths to top level folders
[arvados-workbench2.git] / src / components / tree / tree.tsx
index 669b70c0e855c1d551bc4a4dedfeacbe35000814..3e8cf904cfaae2274d1273bb81f1f77048b34c2a 100644 (file)
@@ -9,7 +9,7 @@ import { ReactElement } from "react";
 import CircularProgress from '@material-ui/core/CircularProgress';
 import * as classnames from "classnames";
 
-import { ArvadosTheme } from '../../common/custom-theme';
+import { ArvadosTheme } from '~/common/custom-theme';
 import { SidePanelRightArrowIcon } from '../icon/icon';
 
 type CssRules = 'list'