Remove index.css (#26)

This commit is contained in:
philippe-ftx 2021-05-26 19:31:00 +02:00 committed by GitHub
parent 004938274b
commit c8fe3c7e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -128,7 +128,6 @@ function SwapHeader() {
style={{
fontSize: 18,
fontWeight: 700,
fontFamily: "Roboto Condensed",
}}
>
SWAP

View File

@ -1,5 +1,4 @@
import "@fontsource/roboto";
import "./index.css";
import { ReactElement } from "react";
import { PublicKey } from "@solana/web3.js";
import { TokenListContainer } from "@solana/spl-token-registry";