17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / main-app-bar / anonymous-menu.tsx
index 04240419aa7d4e549032e0928613e0fbeaedb6c2..c3eb88c1939775b33bca971e0039f6231027cdcc 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from "react";
+import React from "react";
 import { Button } from '@material-ui/core';
 import { DispatchProp, connect } from 'react-redux';
 import { login } from 'store/auth/auth-action';