X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/25216cc7acedc987c26a159f0b640210c0ef101e..76fe6edc8d158f67c600f75c6bb351d7a679b71e:/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 faa2f9c4..0c63a36c 100644 --- a/src/components/switch-field/switch-field.tsx +++ b/src/components/switch-field/switch-field.tsx @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +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';