summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-09-17 16:16:43 -0400
committerGitHub <noreply@github.com>2025-09-17 16:16:43 -0400
commit40a73b4483500aa94a5e7c3c477b4ca75224de67 (patch)
tree2f02d0b7565ac58fcf45eb446950239c006e72dc /src/components/index.ts
parent295831a14b002604d2a1f207338c6034ab743c8e (diff)
parent80d237a18f7598648d2be3c660083c5e7a9b43e7 (diff)
downloaddecky-lsfg-vk-40a73b4483500aa94a5e7c3c477b4ca75224de67.tar.gz
decky-lsfg-vk-40a73b4483500aa94a5e7c3c477b4ca75224de67.zip
Merge pull request #173 from xXJSONDeruloXx/hide-clip-readout
hide clipboard readout
Diffstat (limited to 'src/components/index.ts')
-rw-r--r--src/components/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/index.ts b/src/components/index.ts
index c3ace84..802cd3c 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -7,7 +7,7 @@ export { UsageInstructions } from "./UsageInstructions";
export { WikiButton } from "./WikiButton";
export { SmartClipboardButton } from "./SmartClipboardButton";
export { FgmodClipboardButton } from "./FgmodClipboardButton";
-export { ClipboardDisplay } from "./ClipboardDisplay";
+// export { ClipboardDisplay } from "./ClipboardDisplay";
export { PluginUpdateChecker } from "./PluginUpdateChecker";
export { NerdStuffModal } from "./NerdStuffModal";
export { ProfileManagement } from "./ProfileManagement";