Refactoring

This commit is contained in:
2019-10-15 16:59:39 -05:00
parent c7aa851e0d
commit 41bf26177e
3 changed files with 3 additions and 1 deletions

View File

@@ -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)

View File

@@ -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';