Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenelhj committed Jan 5, 2023
1 parent dbfc743 commit 9713621
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/@demex-info/views/HeroSection/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ import { OSMOGradient, OSMOSAirdropBanner, OSMOSAirdropBannerMobile } from "@dem
import { BackgroundAnimation } from "@demex-info/components";
import { Banner } from "@demex-info/components/Banner";
import { getDemexLink, Paths, StaticLinks } from "@demex-info/constants";
import { RootState } from "@demex-info/store/types";
import { StyleUtils } from "@demex-info/utils";
import { Box, Button, Container, makeStyles, useMediaQuery, useTheme } from "@material-ui/core";
import clsx from "clsx";
import React, { Suspense, useEffect } from "react";
import { StyleUtils } from "@demex-info/utils";
import { renderToStaticMarkup } from "react-dom/server";
import { useSelector } from "react-redux";
import TextLoop from "react-text-loop";
import MarketsGrid from "./components/MarketsGrid";

Expand All @@ -18,7 +16,6 @@ const HeroSection: React.FC = () => {
const [ready, setReady] = React.useState<boolean>(false);

const isDesktop = useMediaQuery(theme.breakpoints.up("md"));
const net = useSelector((state: RootState) => state.app.network);

const items = ["Bitcoin", "Perpetuals", "Ethereum", "SWTH", "USDC", "Futures", "Atom", "AAVE", "Wrapped Bitcoin", "Gold", "Anything"];

Expand Down

0 comments on commit 9713621

Please sign in to comment.