From b625bd00ea0ae21124ce523bebdf6d2b1fd8dbc7 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 4 Jul 2021 00:17:48 -0400 Subject: [PATCH] fix import sort in appActions --- 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 bad83b473..8baf1b6ca 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) {