diff options
| author | lens <lens@neural.garden> | 2021-03-23 21:10:11 +0000 |
|---|---|---|
| committer | lens <lens@neural.garden> | 2021-03-23 21:10:11 +0000 |
| commit | cc1d0c52e104245f9f1c0d77eb24a5a33800be38 (patch) | |
| tree | 02d8483dfe47803525b926a43c582dcfbf61c5db /frontend/app/actions.js | |
| parent | 81c673f058fda04b96baae7b2302f876479bc0a9 (diff) | |
| parent | 7a3ec205e001e4c071a67ecc5c375612fa72afdc (diff) | |
Merge branch 'master' of asdf.us:swimmer
Diffstat (limited to 'frontend/app/actions.js')
| -rw-r--r-- | frontend/app/actions.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/actions.js b/frontend/app/actions.js index 0fba6d1..6cfa470 100644 --- a/frontend/app/actions.js +++ b/frontend/app/actions.js @@ -1,5 +1,5 @@ import { bindActionCreators } from 'redux' -import { actions as crudActions } from './api' +import { actions as crudActions } from 'app/api' import * as siteActions from 'app/views/site/site.actions' @@ -15,4 +15,4 @@ export default .concat([ // ['socket', socketActions], ]) - .reduce((a,b) => (a[b[0]] = b[1])&&a,{})
\ No newline at end of file + .reduce((a,b) => (a[b[0]] = b[1])&&a,{}) |
