更新 src/components/Echarts/index.js

This commit is contained in:
lvwang2002 2024-03-28 16:50:02 +00:00
parent 0ae9a6386c
commit 099fe797ad
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import React, { Component } from 'react';
import { WebView, View, StyleSheet, Platform } from 'react-native';
import { View, StyleSheet, Platform } from 'react-native';
import WebView from 'react-native-webview';
import renderChart from './renderChart';
import echarts from './echarts.min';