diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-15 21:45:20 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-15 21:45:20 -0400 |
| commit | 3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141 (patch) | |
| tree | 94800a7c641dc5f04dc49b291138baf85bb948be /src/components/index.ts | |
| parent | 15b007fddefecae48a3c736320770411d64bbb8f (diff) | |
| download | decky-lsfg-vk-3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141.tar.gz decky-lsfg-vk-3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141.zip | |
add clipboard web launch button
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"; |
