17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views / not-found-panel / not-found-panel-root.tsx
index 6c316599984ceade967782125f57f5457ab863a7..06a74a6882d5f7f390d058652b7647cfbcd6230b 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { Location } from 'history';
 import { StyleRulesCallback, WithStyles, withStyles, Paper, Grid } from '@material-ui/core';
 import { ArvadosTheme } from 'common/custom-theme';