diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-15 22:37:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 22:37:45 -0400 |
| commit | 80247f76332d2704e21361192b774f31b1520e57 (patch) | |
| tree | 6dacd61f372610c8734839343ac326c61554488e /src/components/index.ts | |
| parent | 5fc11c1b263908e925014d86eb10649e7208b35b (diff) | |
| parent | 2ad4b2a8d97b29710992e6859f3f50f6883649aa (diff) | |
| download | decky-lsfg-vk-80247f76332d2704e21361192b774f31b1520e57.tar.gz decky-lsfg-vk-80247f76332d2704e21361192b774f31b1520e57.zip | |
Merge pull request #25 from xXJSONDeruloXx/clipboard-workaround
Clipboard workaround
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 26eb2fb..7304ca9 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -4,3 +4,4 @@ export { InstallationButton } from "./InstallationButton"; export { ConfigurationSection } from "./ConfigurationSection"; export { UsageInstructions } from "./UsageInstructions"; export { WikiButton } from "./WikiButton"; +export { ClipboardButton } from "./ClipboardButton"; |
