diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-26 15:30:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-26 15:30:15 +0200 |
| commit | d260e3a65bdec981fd98db8a2352caa9bef9ae55 (patch) | |
| tree | ce04d69a1ed647c89b5dab93391c383d6beff14f /frontend/app/api/index.js | |
| parent | a17b76ac75f506f5da6fe8adf9c36632b60d4226 (diff) | |
finalizing fixing refactor!!
Diffstat (limited to 'frontend/app/api/index.js')
| -rw-r--r-- | frontend/app/api/index.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/app/api/index.js b/frontend/app/api/index.js index c3d0aa4..41cf624 100644 --- a/frontend/app/api/index.js +++ b/frontend/app/api/index.js @@ -1,5 +1,4 @@ import { crud_actions } from 'app/api/crud.actions' -import * as util from 'app/api/utils' /* for our crud events, create corresponding actions @@ -14,8 +13,6 @@ so you can do ... folderActions.upload(12, form_data) */ -export { util } - export const actions = [ 'graph', 'page', |
