remove unused vars

This commit is contained in:
Tyler Shipe 2021-04-11 13:57:06 -04:00
parent 37b4e8ccf5
commit da6e86133b
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ import Head from "next/head";
import { CSSProperties } from "react";
import ContactIcons from "../components/ContactIcons";
import Logo from "../components/Logo";
import { Navigation, TradeUrl, LearnUrl } from "../components/Navigation";
import StatsPanel from "../components/StatsPanel";
import { Navigation } from "../components/Navigation";
const { Header, Footer, Content } = Layout;