Add typescript paths to top level folders
[arvados-workbench2.git] / src / components / side-panel / side-panel.tsx
index ec648e11b2e6d84922e57a54a6e57f973f381e1c..0a62bf2d40216b5043187576f052f85142fe68e6 100644 (file)
@@ -5,7 +5,7 @@
 import * as React from 'react';
 import { ReactElement } from 'react';
 import { StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core/styles';
-import { ArvadosTheme } from '../../common/custom-theme';
+import { ArvadosTheme } from '~/common/custom-theme';
 import { List, ListItem, ListItemIcon, Collapse } from "@material-ui/core";
 import { SidePanelRightArrowIcon, IconType } from '../icon/icon';
 import * as classnames from "classnames";