diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 12:28:36 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 12:28:36 -0400 |
| commit | 0668428a5ebc221d39b907f251dc0dc43e30a2df (patch) | |
| tree | b60414cb79057b3e1f38c7e114ab9ec0f6c3d61d /src/components/index.ts | |
| parent | a7fb5ee69c8d74534f2994263558ddcd9c8c0d41 (diff) | |
| download | decky-lsfg-vk-0668428a5ebc221d39b907f251dc0dc43e30a2df.tar.gz decky-lsfg-vk-0668428a5ebc221d39b907f251dc0dc43e30a2df.zip | |
testing alt keyboard copy methods
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/index.ts b/src/components/index.ts index c0c4804..1a36327 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -5,6 +5,8 @@ export { ConfigurationSection } from "./ConfigurationSection"; // export { UsageInstructions } from "./UsageInstructions"; export { WikiButton } from "./WikiButton"; export { ClipboardButton } from "./ClipboardButton"; +export { SmartClipboardButton } from "./SmartClipboardButton"; +export { ClipboardExperiments } from "./ClipboardExperiments"; export { LaunchOptionInfo } from "./LaunchOptionInfo"; export { PluginUpdateChecker } from "./PluginUpdateChecker"; export { NerdStuffModal } from "./NerdStuffModal"; |
