summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-17 15:03:57 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-17 15:03:57 -0400
commit227acb969dc4b36cae427d2cf6a063ec51f41e13 (patch)
tree8d8e41ec4b4503bd666b6b1662fa82921b54043c /src/components/index.ts
parentbac59e55e319d871de5ac70c47199eb209fee66e (diff)
downloaddecky-lsfg-vk-227acb969dc4b36cae427d2cf6a063ec51f41e13.tar.gz
decky-lsfg-vk-227acb969dc4b36cae427d2cf6a063ec51f41e13.zip
feat: add clipboard readout and logging
Diffstat (limited to 'src/components/index.ts')
-rw-r--r--src/components/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/index.ts b/src/components/index.ts
index 32bbb31..c3ace84 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -7,6 +7,7 @@ export { UsageInstructions } from "./UsageInstructions";
export { WikiButton } from "./WikiButton";
export { SmartClipboardButton } from "./SmartClipboardButton";
export { FgmodClipboardButton } from "./FgmodClipboardButton";
+export { ClipboardDisplay } from "./ClipboardDisplay";
export { PluginUpdateChecker } from "./PluginUpdateChecker";
export { NerdStuffModal } from "./NerdStuffModal";
export { ProfileManagement } from "./ProfileManagement";