Add typescript paths to top level folders
[arvados-workbench2.git] / src / components / text-field / text-field.tsx
index f7564f612867310ad8a14bf157b5fb26bdcd4bdf..1fe77ca66c6de47c4516352cc54d9dfcfa4e659e 100644 (file)
@@ -4,8 +4,8 @@
 
 import * as React from 'react';
 import { WrappedFieldProps } from 'redux-form';
-import { ArvadosTheme } from '../../common/custom-theme';
-import { TextField as MaterialTextField, StyleRulesCallback, WithStyles, withStyles } from '../../../node_modules/@material-ui/core';
+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
+    />);