17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / search-bar / search-bar-recent-queries.tsx
index 97ef482a154834c8a878c2c927211bb34a8b7068..1d5c46c814d4a5cb77dcba68448c23ecdf0dca9c 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { withStyles, WithStyles, StyleRulesCallback, List, ListItem, ListItemText } from '@material-ui/core';
 import { ArvadosTheme } from 'common/custom-theme';
 import { SearchBarSelectedItem } from "store/search-bar/search-bar-reducer";