17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / auto-logout / auto-logout.tsx
index 65885627b348992dca234ba2206b7de6e8b3c418..c6c1feeef86671df718c7f4613e0bcaa37a94d1a 100644 (file)
@@ -10,7 +10,7 @@ import { RootState } from "store/store";
 import { SnackbarKind, snackbarActions } from "store/snackbar/snackbar-actions";
 import { logout } from "store/auth/auth-action";
 import parse from "parse-duration";
-import * as React from "react";
+import React from "react";
 import { min } from "lodash";
 
 interface AutoLogoutDataProps {