Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mslichao committed May 9, 2019
1 parent 6d13dbb commit e44a2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webportal/src/app/user/fabric/userView/Ordering.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

import {toBool, getVirtualCluster} from './utils';
import {getVirtualCluster} from './utils';

export default class Ordering {
/**
Expand Down

0 comments on commit e44a2ab

Please sign in to comment.