17782: Fixes absolute import paths from '~/somedir/...' to 'somedir/...'
[arvados.git] / src / components / switch-field / switch-field.tsx
index ac7b140e1a5591daa9ca92f602aa8651137dbf93..faa2f9c49d8cd02dd562dfed257103f7a71686c4 100644 (file)
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import * as React from 'react';
-import { FormFieldProps, FormField } from '~/components/form-field/form-field';
+import { FormFieldProps, FormField } from 'components/form-field/form-field';
 import { Switch } from '@material-ui/core';
 import { SwitchProps } from '@material-ui/core/Switch';