diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-17 15:03:57 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-09-17 15:03:57 -0400 |
| commit | 227acb969dc4b36cae427d2cf6a063ec51f41e13 (patch) | |
| tree | 8d8e41ec4b4503bd666b6b1662fa82921b54043c /src/components/index.ts | |
| parent | bac59e55e319d871de5ac70c47199eb209fee66e (diff) | |
| download | decky-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.ts | 1 |
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"; |
