17526: Rename webdav dialong to Access with 3rd party client
[arvados-workbench2.git] / src / store / progress-indicator / with-progress.ts
index 24f7e3272e34a540fc40d0050109da5dd1408cb3..2d089fce66ebc6577e8b72aa43fa291083e4321c 100644 (file)
@@ -2,9 +2,9 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { connect } from 'react-redux';
-import { RootState } from '~/store/store';
+import { RootState } from 'store/store';
 
 export type WithProgressStateProps = {
     working: boolean;