diff --git a/explorer/src/App.tsx b/explorer/src/App.tsx index d5b1242ed..4a0d47238 100644 --- a/explorer/src/App.tsx +++ b/explorer/src/App.tsx @@ -13,6 +13,7 @@ import { ClusterStatsPage } from "pages/ClusterStatsPage"; import { SupplyPage } from "pages/SupplyPage"; import { TransactionDetailsPage } from "pages/TransactionDetailsPage"; import { BlockDetailsPage } from "pages/BlockDetailsPage"; +import { EpochDetailsPage } from "pages/EpochDetailsPage"; const ADDRESS_ALIASES = ["account", "accounts", "addresses"]; const TX_ALIASES = ["txs", "txn", "txns", "transaction", "transactions"]; @@ -52,6 +53,11 @@ function App() { )} /> + } + /> , @@ -44,7 +44,12 @@ export function SearchBar() {