linting fix

This commit is contained in:
Robin Dadswell 2021-03-07 22:27:17 +00:00 committed by Qstick
parent 59f8a4d2e2
commit 914d3764dc
1 changed files with 1 additions and 1 deletions

View File

@ -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) {