diff --git a/websrc/components/HCard.tsx b/websrc/components/Cards.tsx similarity index 100% rename from websrc/components/HCard.tsx rename to websrc/components/Cards.tsx diff --git a/websrc/components/Navbars.tsx b/websrc/components/Navbars.tsx index cc54629..6b8565b 100644 --- a/websrc/components/Navbars.tsx +++ b/websrc/components/Navbars.tsx @@ -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 {