diff --git a/src/state/actions/workspace.js b/src/state/actions/workspace.js
index 224d499c805953f255fc181d33442d16d3a7d077..125820e59e7de8e7f3c75a5b438f96a7b5ed9636 100644
--- a/src/state/actions/workspace.js
+++ b/src/state/actions/workspace.js
@@ -6,7 +6,7 @@ import {
 } from 'lodash';
 import ActionTypes from './action-types';
 import { importConfig } from './config';
-import { removeWindow, addWindow, updateWindow } from './window';
+import { addWindow, removeWindow, updateWindow } from './window';
 import { updateViewport } from './canvas';
 import { fetchManifest } from './manifest';