更新 src/index.js
This commit is contained in:
parent
b9176c2157
commit
d4214a14f2
|
|
@ -1,5 +1,7 @@
|
|||
import React, { Component } from 'react';
|
||||
import { WebView, View } from 'react-native';
|
||||
import { View } from 'react-native';
|
||||
import WebView from 'react-native-webview';
|
||||
|
||||
import { Container, Echarts } from './components'
|
||||
|
||||
export default class App extends Component {
|
||||
|
|
|
|||
Loading…
Reference in New Issue