Add typescript paths to top level folders
[arvados-workbench2.git] / src / components / text-field / text-field.tsx
index d9f11f43322a5a9dcfe70e0e5a59692592c08c39..1fe77ca66c6de47c4516352cc54d9dfcfa4e659e 100644 (file)
@@ -4,7 +4,7 @@
 
 import * as React from 'react';
 import { WrappedFieldProps } from 'redux-form';
-import { ArvadosTheme } from '../../common/custom-theme';
+import { ArvadosTheme } from '~/common/custom-theme';
 import { TextField as MaterialTextField, StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core';
 
 type CssRules = 'textField';
@@ -25,4 +25,4 @@ export const TextField = withStyles(styles)((props: WrappedFieldProps & WithStyl
         autoComplete='off'
         fullWidth={true}
         {...props.input}
-    />);
\ No newline at end of file
+    />);