X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c59db7f1ffae1a16a5458740510e173582e68925..606119d81b87f4e5e835c777b012f56e7d5c146d:/src/components/int-input/int-input.tsx diff --git a/src/components/int-input/int-input.tsx b/src/components/int-input/int-input.tsx index 0527efa3..26277b49 100644 --- a/src/components/int-input/int-input.tsx +++ b/src/components/int-input/int-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';