From ce3bf9b25ef9c33c28a15874942466650f21d9d3 Mon Sep 17 00:00:00 2001 From: Glenn Fischer <gfischer@ub.uni-leipzig.de> Date: Wed, 20 Mar 2019 08:54:44 +0100 Subject: [PATCH] #1874 fix build --- src/state/actions/workspace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/actions/workspace.js b/src/state/actions/workspace.js index 224d499c8..125820e59 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'; -- GitLab