update gas
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import React from 'react';
|
||||
import { useEffect, useState } from 'react';
|
||||
|
||||
import './global.less';
|
||||
import './index.less';
|
||||
import Head from '../components/Head';
|
||||
@@ -9,15 +7,12 @@ import BottomBar from '../components/BottomBar';
|
||||
import RightBar from '../components/RightBar';
|
||||
import CenterTopData from '../components/CenterTopData';
|
||||
import Slider from '../components/Slider';
|
||||
|
||||
import V3DBG from '../assets/V3DBG.png';
|
||||
|
||||
import V3D from './V3D';
|
||||
|
||||
import { SocketContextProvider } from '../store/socket-data-provider';
|
||||
|
||||
import V3DBG from '../assets/V3DBG.png';
|
||||
// import V3D from './V3D';
|
||||
|
||||
export default function index() {
|
||||
const [width, setWidth] = useState(window.innerWidth);
|
||||
const [value, setValue] = useState(100);
|
||||
|
||||
const v = (value / 100).toFixed(2);
|
||||
|
||||
Reference in New Issue
Block a user