summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-21 13:24:11 -0400
committerGitHub <noreply@github.com>2025-07-21 13:24:11 -0400
commit2106ef8eb31ee46611fce07dd715d3ac1c4ca0ab (patch)
tree98f3ef8c841b341ea63d3055a460b4ff8e171815 /src/components/index.ts
parenta7fb5ee69c8d74534f2994263558ddcd9c8c0d41 (diff)
parent0dd6b54e6992f6d71a920a7b8bd8ca84672db145 (diff)
downloaddecky-lsfg-vk-2106ef8eb31ee46611fce07dd715d3ac1c4ca0ab.tar.gz
decky-lsfg-vk-2106ef8eb31ee46611fce07dd715d3ac1c4ca0ab.zip
Merge pull request #62 from xXJSONDeruloXx/clipboard-tests
Clipboard automation
Diffstat (limited to 'src/components/index.ts')
-rw-r--r--src/components/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/index.ts b/src/components/index.ts
index c0c4804..682598c 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -4,7 +4,7 @@ export { InstallationButton } from "./InstallationButton";
export { ConfigurationSection } from "./ConfigurationSection";
// export { UsageInstructions } from "./UsageInstructions";
export { WikiButton } from "./WikiButton";
-export { ClipboardButton } from "./ClipboardButton";
+export { SmartClipboardButton } from "./SmartClipboardButton";
export { LaunchOptionInfo } from "./LaunchOptionInfo";
export { PluginUpdateChecker } from "./PluginUpdateChecker";
export { NerdStuffModal } from "./NerdStuffModal";