Skip to content

Commit a750762

Browse files
move SelfHostedExplorer
1 parent 6bbcb57 commit a750762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolbox/src/toolbox/Nodes/SelfHostedExplorer.tsx renamed to toolbox/src/toolbox/L1/SelfHostedExplorer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import versions from "../../versions.json";
99
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
1010
import { Steps, Step } from "fumadocs-ui/components/steps";
1111
import { DynamicCodeBlock } from 'fumadocs-ui/components/dynamic-codeblock';
12-
import { dockerInstallInstructions, type OS, nodeConfigBase64 } from "./AvalanchegoDocker";
12+
import { dockerInstallInstructions, type OS, nodeConfigBase64 } from "../Nodes/AvalanchegoDocker";
1313
import { useL1ByChainId } from "../../stores/l1ListStore";
1414

1515
const genCaddyfile = (domain: string) => `

toolbox/src/toolbox/ToolboxApp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const componentGroups: Record<string, ComponentGroupType> = {
5959
{
6060
id: "selfHostedExplorer",
6161
label: "Self-Hosted Explorer",
62-
component: lazy(() => import('./Nodes/SelfHostedExplorer')),
62+
component: lazy(() => import('./L1/SelfHostedExplorer')),
6363
fileNames: ["toolbox/src/toolbox/Nodes/SelfHostedExplorer.tsx"],
6464
walletMode: "testnet-mainnet",
6565
}

0 commit comments

Comments
 (0)