17782: Fixes absolute import paths from '~/somedir/...' to 'somedir/...'
[arvados-workbench2.git] / src / views / process-log-panel / process-log-form.tsx
index eab9fe1d96c6078053cb2c6cf7e5df8203939858..b530420c6345939ecbf800932333e26c1a046cb6 100644 (file)
@@ -4,7 +4,7 @@
 
 import * as React from 'react';
 import { withStyles, WithStyles, StyleRulesCallback, FormControl, InputLabel, Select, MenuItem, Input } from '@material-ui/core';
-import { ArvadosTheme } from '~/common/custom-theme';
+import { ArvadosTheme } from 'common/custom-theme';
 import { FilterOption } from './process-log-panel';
 
 type CssRules = 'formControl';