diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-06-08 16:11:55 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-06-08 16:37:24 +0200 |
| commit | 7032a007d4431f5a0c4c5e2d3f3bd20462d49950 (patch) | |
| tree | 184ae398513cb0d050aeee6ffaf6592ef6099b0c /src/sagas | |
| parent | 03cf0d1d39f3e8cc2232903ceab4994e7b82eb22 (diff) | |
| parent | ebe34d0d2cf5f1967e067bf0e43505dd46025c57 (diff) | |
Merge remote-tracking branch 'gitlab/master'
Diffstat (limited to 'src/sagas')
| -rw-r--r-- | src/sagas/experiments.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sagas/experiments.js b/src/sagas/experiments.js index 9b8c1a8f..d9c410f7 100644 --- a/src/sagas/experiments.js +++ b/src/sagas/experiments.js @@ -1,5 +1,4 @@ -import { delay } from "redux-saga"; -import { call, put, select } from "redux-saga/effects"; +import { call, put, select, delay } from "redux-saga/effects"; import { addPropToStoreObject, addToStore } from "../actions/objects"; import { setLastSimulatedTick } from "../actions/simulation/tick"; import { addBatchToStates } from "../actions/states"; |
