From 8df144476589f10ce3d52bd59b125ba50fdc72bc Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 20 Oct 2025 11:46:11 -0400 Subject: chore: hide wiki buttons --- src/components/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/index.ts') diff --git a/src/components/index.ts b/src/components/index.ts index 260d192..65a3252 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -4,7 +4,7 @@ export { InstallationButton } from "./InstallationButton"; export { ConfigurationSection } from "./ConfigurationSection"; export { FpsMultiplierControl } from "./FpsMultiplierControl"; export { UsageInstructions } from "./UsageInstructions"; -export { WikiButton } from "./WikiButton"; +// export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; export { FgmodClipboardButton } from "./FgmodClipboardButton"; // export { ClipboardDisplay } from "./ClipboardDisplay"; -- cgit v1.2.3