mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 05:59:39 +00:00
Fix eslint errors
This commit is contained in:
parent
f3a3647c79
commit
7c4c7329be
@ -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
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user