summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-17 23:51:05 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-17 23:51:05 -0400
commitf74ce82fcebdcb11c190a1652277f8e08d9590f4 (patch)
tree31d44cf5f80f2c8b16b229ca0672599f5f02cc1f /src/components/index.ts
parenta921fc8168e13934bdfe6d159aee14ee2651949e (diff)
downloaddecky-lsfg-vk-f74ce82fcebdcb11c190a1652277f8e08d9590f4.tar.gz
decky-lsfg-vk-f74ce82fcebdcb11c190a1652277f8e08d9590f4.zip
persist plugin state
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 ab7a117..ec4c194 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -4,5 +4,5 @@ export { InstallationButton } from "./InstallationButton";
export { ConfigurationSection } from "./ConfigurationSection";
// export { UsageInstructions } from "./UsageInstructions";
export { WikiButton } from "./WikiButton";
-export { ClipboardButton } from "./ClipboardButton";
+// export { ClipboardButton } from "./ClipboardButton";
export { PluginUpdateChecker } from "./PluginUpdateChecker";