We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ada68 commit 0bbe330Copy full SHA for 0bbe330
src/layouts/Upgrade.tsx
@@ -31,7 +31,6 @@ import {
31
import MergeArticleList from "@/components/MergeArticleList"
32
import MergeInfographic from "@/components/MergeInfographic"
33
import OldHeading from "@/components/OldHeading"
34
-import ShardChainsList from "@/components/ShardChainsList"
35
import UpgradeStatus from "@/components/UpgradeStatus"
36
import LeftNavBar from "@/components/LeftNavBar"
37
@@ -126,7 +125,6 @@ const LastUpdated = (props: ChildOnlyProp) => (
126
125
export const upgradeComponents = {
127
MergeArticleList,
128
MergeInfographic,
129
- ShardChainsList,
130
UpgradeStatus,
131
BeaconChainActions,
132
}
0 commit comments