diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-31 23:15:32 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-31 23:15:32 +0200 |
| commit | dd31a7b9a3af167808b04ffe2af3a66af8b17c33 (patch) | |
| tree | d99bc1be5d382d330a844a1c7bcb7b3fb44eda3e /app/client/api/index.js | |
| parent | fe399143527972050534b3262c94dfbf291ddb41 (diff) | |
nice size functions from bucky :)
Diffstat (limited to 'app/client/api/index.js')
| -rw-r--r-- | app/client/api/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/api/index.js b/app/client/api/index.js index 2fcd434..c19b78d 100644 --- a/app/client/api/index.js +++ b/app/client/api/index.js @@ -1,5 +1,5 @@ import { crud_actions } from './crud.actions' -import * as util from './util' +import * as util from '../util' import * as parser from './parser' /* |
