summaryrefslogtreecommitdiff
path: root/src/store/middlewares
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/middlewares')
-rw-r--r--src/store/middlewares/viewport-adjustment.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/middlewares/viewport-adjustment.js b/src/store/middlewares/viewport-adjustment.js
index e5500d5e..fddbf038 100644
--- a/src/store/middlewares/viewport-adjustment.js
+++ b/src/store/middlewares/viewport-adjustment.js
@@ -6,7 +6,7 @@ import {
SIDEBAR_WIDTH,
TILE_SIZE_IN_PIXELS,
VIEWPORT_PADDING
-} from "../../components/map/MapConstants";
+} from "../../components/app/map/MapConstants";
import {calculateRoomListBounds} from "../../util/tile-calculations";
export const viewportAdjustmentMiddleware = store => next => action => {