Refactor some generic components
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { Component, createRef } from 'react';
|
||||
import { WebView, WebViewMessageEvent } from 'react-native-webview';
|
||||
import { debounce } from 'lodash';
|
||||
import { AppState } from '../../../../store';
|
||||
import { AppState } from 'store';
|
||||
|
||||
interface Props {
|
||||
serverUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user