tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 95f7a3c824 - Show all commits

View File

@ -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> {