Skip to content

Commit

Permalink
little change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukman-01 committed Jan 23, 2025
1 parent 4750280 commit f1d5085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/courses/data/Dexes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ChevronRight, Book, AlertTriangle } from "lucide-react";
import Arbitrage from "~~/components/Dexes/Arbitrage";
import AutomatedMarketMaker from "~~/components/Dexes/AutomatedMakertMaker";
import DEXAggregator from "~~/components/Dexes/DEXAggregator";
import DecentralizedExchange from "~~/components/Dexes/DecentralizeExchange";
import OrderBookModels from "~~/components/Dexes/DecentralizeExchange";
import ExchangeTransactionPropagation from "~~/components/Dexes/ExchangeTransactionPropagation";
import ImpermanentLoss from "~~/components/Dexes/ImpermanentLoss";
import LiquidityMining from "~~/components/Dexes/LiquidityMining";
Expand Down Expand Up @@ -52,7 +52,7 @@ const sections = [
icon: <Book className="w-5 h-5" />,
component: (
<ContentWrapper title="Decentralized Exchange">
<DecentralizedExchange />
<OrderBookModels />
</ContentWrapper>
),
},
Expand Down

0 comments on commit f1d5085

Please sign in to comment.