修改组件名称规范
This commit is contained in:
parent
e6f0c1f96d
commit
515ca5f778
|
|
@ -1,7 +1,7 @@
|
|||
import React, { useRef, useState } from 'react';
|
||||
import Table, { ProColumns, ActionType } from '@/components/Table';
|
||||
import { message } from 'antd';
|
||||
import AddAddressModal from '@/pages/Tron/Address/List/components/index';
|
||||
import AddAddressModal from '@/pages/Tron/Address/List/components/addAddressModal';
|
||||
import { initWeb3, walletSign } from '@/utils/web3';
|
||||
import { creatTronAddress, getAddressList } from '@/services/address';
|
||||
import { fetchTronTableData } from '@/utils/table';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import React, { useRef, useState } from 'react';
|
||||
import Table, { ProColumns, ActionType } from '@/components/Table';
|
||||
import { message } from 'antd';
|
||||
import AddTokenModal from '@/pages/Tron/Token/List/components/index';
|
||||
import AddTokenModal from '@/pages/Tron/Token/List/components/addTokenModal';
|
||||
import { initWeb3, walletSign } from '@/utils/web3';
|
||||
|
||||
const Address: React.FC = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue