X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/10ce16c28de952f6533ca3cc9df909269e3d2a53..215d0b7a7e1f69765c5f2a1139e52d8c427066eb:/src/components/popover/popover.tsx diff --git a/src/components/popover/popover.tsx b/src/components/popover/popover.tsx index 9f3cd780..ce9f8ce2 100644 --- a/src/components/popover/popover.tsx +++ b/src/components/popover/popover.tsx @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { Popover as MaterialPopover } from '@material-ui/core'; import { PopoverOrigin } from '@material-ui/core/Popover';