mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-22 09:12:05 -07:00
fix(plugin): Using npm version of bch-tx-history
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
import Wallet from 'gatsby-ipfs-web-wallet/src/components/admin-lte/wallet/index'
|
||||
|
||||
import TXHistory from 'gatsby-plugin-bch-tx-history/src/components/txhistory'
|
||||
|
||||
// import Info from 'gatsby-ipfs-web-wallet/src/components/admin-lte/wallet/info'
|
||||
|
||||
// console.log('Wallet: ', Wallet)
|
||||
// console.log('Info: ', Info)
|
||||
|
||||
// let _this
|
||||
|
||||
class Wallet2 extends Wallet {
|
||||
// class Wallet2 extends React.Component {
|
||||
constructor (props) {
|
||||
|
||||
Reference in New Issue
Block a user