X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/10ce16c28de952f6533ca3cc9df909269e3d2a53..3c7e3cdc547ad5468421e1c049daa94b0d4b8bc0:/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';