summaryrefslogtreecommitdiff
path: root/frontend/src/sagas/index.js
diff options
context:
space:
mode:
authorjc0b <j@jc0b.computer>2020-07-29 17:42:27 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:48:47 +0200
commitac5b33c83f38f9b2799c0f2a871b86052121e8ac (patch)
tree92de51eae02e26fdbf0a703320626c13115e7a58 /frontend/src/sagas/index.js
parentd5ba9d54bea49a1433c5d8f3759eecf180250241 (diff)
yarn format on prefabs
Diffstat (limited to 'frontend/src/sagas/index.js')
-rw-r--r--frontend/src/sagas/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/sagas/index.js b/frontend/src/sagas/index.js
index 6a1f2af3..6332b2fb 100644
--- a/frontend/src/sagas/index.js
+++ b/frontend/src/sagas/index.js
@@ -36,8 +36,8 @@ import { onFetchAuthorizationsOfCurrentUser, onFetchLoggedInUser } from './users
import { ADD_TOPOLOGY, DELETE_TOPOLOGY } from '../actions/topologies'
import { ADD_SCENARIO, DELETE_SCENARIO, OPEN_SCENARIO_SUCCEEDED, UPDATE_SCENARIO } from '../actions/scenarios'
import { onAddScenario, onDeleteScenario, onOpenScenarioSucceeded, onUpdateScenario } from './scenarios'
-import {onAddPrefab} from "./prefabs";
-import {ADD_PREFAB} from "../actions/prefabs";
+import { onAddPrefab } from './prefabs'
+import { ADD_PREFAB } from '../actions/prefabs'
export default function* rootSaga() {
yield takeEvery(LOG_IN, onFetchLoggedInUser)