From 7c70c5dd420da1f9b0c3af0b3e6750ca0462e286 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 1 Apr 2021 23:03:57 -0400 Subject: [PATCH] Fix sort in appActions.js --- frontend/src/Store/Actions/appActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/appActions.js b/frontend/src/Store/Actions/appActions.js index 586b27f9f..fca8dbe22 100644 --- a/frontend/src/Store/Actions/appActions.js +++ b/frontend/src/Store/Actions/appActions.js @@ -1,9 +1,9 @@ import _ from 'lodash'; import { createAction } from 'redux-actions'; +import { createThunk, handleThunks } from 'Store/thunks'; import createAjaxRequest from 'Utilities/createAjaxRequest'; import getSectionState from 'Utilities/State/getSectionState'; import updateSectionState from 'Utilities/State/updateSectionState'; -import { createThunk, handleThunks } from 'Store/thunks'; import createHandleActions from './Creators/createHandleActions'; function getDimensions(width, height) {