X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/47e0dc87fa82bac593c53518e556ba7c55410288..8e6e183396531005e9c6cee19e6e79998047cabd:/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';