renamed HCard to Cards
This commit is contained in:
parent
eb129a3426
commit
95f7a3c824
@ -1,6 +1,6 @@
|
||||
import React, {Component} from "react";
|
||||
import {NewTickMessage} from "../types";
|
||||
import {SidebarCard, WalletCard} from "./HCard";
|
||||
import {SidebarCard, WalletCard} from "./Cards";
|
||||
import {DollarIcon} from "./Icons";
|
||||
|
||||
export class Navbar extends Component<any, any> {
|
||||
|
Loading…
Reference in New Issue
Block a user