summaryrefslogtreecommitdiff
path: root/app/models/environment.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/environment.ts')
-rw-r--r--app/models/environment.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/environment.ts b/app/models/environment.ts
index e8569b1..a29586b 100644
--- a/app/models/environment.ts
+++ b/app/models/environment.ts
@@ -1,8 +1,8 @@
-import { Api } from "../services/api"
+import { Api } from '../services/api'
let ReactotronDev
if (__DEV__) {
- const { Reactotron } = require("../services/reactotron")
+ const { Reactotron } = require('../services/reactotron')
ReactotronDev = Reactotron
}