Fix eslint errors

This commit is contained in:
Bill Thornton 2020-07-21 23:37:43 -04:00
parent f3a3647c79
commit 7c4c7329be
28 changed files with 1249 additions and 1249 deletions

View File

@ -6,8 +6,8 @@
import { decorate } from 'mobx';
import { ignore } from 'mobx-sync';
import ServerStore from "./ServerStore";
import SettingStore from "./SettingStore";
import ServerStore from './ServerStore';
import SettingStore from './SettingStore';
export default class RootStore {
storeLoaded = false

View File

@ -3,7 +3,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
import * as WebBrowser from "expo-web-browser";
import * as WebBrowser from 'expo-web-browser';
import Colors from '../constants/Colors';