Skip to content

Commit

Permalink
Merge pull request #2267 from zeitgeistpm/fix-network-stats-import
Browse files Browse the repository at this point in the history
Fix missing import on index page
  • Loading branch information
yornaath authored Feb 13, 2024
2 parents e2a5442 + 72f4923 commit 5195e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { BgBallGfx } from "components/front-page/BgBallFx";
import GettingStartedSection from "components/front-page/GettingStartedSection";
import { HeroBanner } from "components/front-page/HeroBanner";
import LatestTrades from "components/front-page/LatestTrades";
import NetworkStats from "components/front-page/NetworkStats";
import { NewsSection } from "components/front-page/News";
import PopularCategories, {
CATEGORIES,
Expand Down

0 comments on commit 5195e6a

Please sign in to comment.