diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 11:46:11 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 11:46:11 -0400 |
| commit | 8df144476589f10ce3d52bd59b125ba50fdc72bc (patch) | |
| tree | cbf4b6e8e2a73ed54e017dffe44589ccd65fd743 /src/components/index.ts | |
| parent | 75d1ff664e91a59d677548969ff985f918382642 (diff) | |
| download | decky-lsfg-vk-8df144476589f10ce3d52bd59b125ba50fdc72bc.tar.gz decky-lsfg-vk-8df144476589f10ce3d52bd59b125ba50fdc72bc.zip | |
chore: hide wiki buttons
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
