21128: publicFavorites alt text working Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
[arvados-workbench2.git] / src / components / switch-field / switch-field.tsx
index ac7b140e1a5591daa9ca92f602aa8651137dbf93..0c63a36ca32eeeda80f5b52968034a20ff23bf9d 100644 (file)
@@ -2,8 +2,8 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
-import { FormFieldProps, FormField } from '~/components/form-field/form-field';
+import React from 'react';
+import { FormFieldProps, FormField } from 'components/form-field/form-field';
 import { Switch } from '@material-ui/core';
 import { SwitchProps } from '@material-ui/core/Switch';