commented out wallet card until backend sends data to it
This commit is contained in:
parent
7b91111b7d
commit
9a1a63533b
@ -1,7 +1,4 @@
|
||||
import React, {Component} from "react";
|
||||
import {NewTickMessage} from "../types";
|
||||
import {SidebarCard, WalletCard} from "./Cards";
|
||||
import {DollarIcon} from "./Icons";
|
||||
|
||||
export class Navbar extends Component<any, any> {
|
||||
constructor(props) {
|
||||
@ -51,7 +48,7 @@ export class Navbar extends Component<any, any> {
|
||||
}
|
||||
}
|
||||
|
||||
export class Sidebar extends Component<> {
|
||||
export class Sidebar extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user