X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c59db7f1ffae1a16a5458740510e173582e68925..3c7e3cdc547ad5468421e1c049daa94b0d4b8bc0:/src/components/float-input/float-input.tsx diff --git a/src/components/float-input/float-input.tsx b/src/components/float-input/float-input.tsx index 16e18cb1..1b909306 100644 --- a/src/components/float-input/float-input.tsx +++ b/src/components/float-input/float-input.tsx @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { Input } from '@material-ui/core'; import { InputProps } from '@material-ui/core/Input';