Skip to content

Commit da60f17

Browse files
authored
forget add once in import
forget add once in import
1 parent 8d3ac80 commit da60f17

File tree

1 file changed

+1
-1
lines changed
  • dash-renderer/src/actions

1 file changed

+1
-1
lines changed

dash-renderer/src/actions/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {mergeDeepRight} from 'ramda';
1+
import {mergeDeepRight, once} from 'ramda';
22
import {handleAsyncError, getCSRFHeader} from '../actions';
33
import {urlBase} from '../utils';
44

0 commit comments

Comments
 (0)