X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f616027fe6cc593b7aec49e38c8d9203a3a35aa4..25216cc7acedc987c26a159f0b640210c0ef101e:/src/components/switch-field/switch-field.tsx diff --git a/src/components/switch-field/switch-field.tsx b/src/components/switch-field/switch-field.tsx index ac7b140e1a..faa2f9c49d 100644 --- a/src/components/switch-field/switch-field.tsx +++ b/src/components/switch-field/switch-field.tsx @@ -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';