Refactoring
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
|
* \#40: Support for remote Windows mounts
|
||||||
|
* ScPrime re-brand
|
||||||
|
|
||||||
## 1.0.10
|
## 1.0.10
|
||||||
* Fix VC runtime detection (detect additional GUID's)
|
* Fix VC runtime detection (detect additional GUID's)
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import Loader from 'react-loader-spinner';
|
|||||||
import Text from '../UI/Text/Text';
|
import Text from '../UI/Text/Text';
|
||||||
import Grid from '../UI/Grid/Grid';
|
import Grid from '../UI/Grid/Grid';
|
||||||
import configureImage from '../../assets/images/configure.png';
|
import configureImage from '../../assets/images/configure.png';
|
||||||
import RootElem from '../../hoc/RootElem/RootElem';
|
import RootElem from '../UI/RootElem/RootElem';
|
||||||
import {displayConfiguration, removeRemoteMount, setProviderState} from '../../redux/actions/mount_actions';
|
import {displayConfiguration, removeRemoteMount, setProviderState} from '../../redux/actions/mount_actions';
|
||||||
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
|
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
|
||||||
import { faTrashAlt} from '@fortawesome/free-solid-svg-icons';
|
import { faTrashAlt} from '@fortawesome/free-solid-svg-icons';
|
||||||
|
|||||||
Reference in New Issue
Block a user