diff --git a/src/pages/trade/index.tsx b/src/pages/trade/index.tsx index 0e1cd588ad..48717c92f1 100644 --- a/src/pages/trade/index.tsx +++ b/src/pages/trade/index.tsx @@ -10,6 +10,7 @@ import { useEffect } from 'react'; import { lsService } from 'services/localeStorage'; import { CarbonLogoLoading } from 'components/common/CarbonLogoLoading'; import { getLastVisitedPair, useNavigate, useSearch } from 'libs/routing'; +import { NotFound } from 'components/common/NotFound'; export type TradePageProps = { base: Token; quote: Token }; @@ -48,7 +49,11 @@ export const TradePage = () => { ) : !pairFound ? ( -

Pair not found

+ ) : (