summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-16 17:16:38 -0400
committerGitHub <noreply@github.com>2025-07-16 17:16:38 -0400
commit2bdfa4541638383a097cd10276c3a601ec3c8428 (patch)
tree5eaab7f419b277196ed4c22939ce0ea74555f4ce /src/components/index.ts
parent44393f6e126c3dff196283a2079162e3eb9245a2 (diff)
parent2811ba4e29cd27b5893fba676278f29b155068cb (diff)
downloaddecky-lsfg-vk-2bdfa4541638383a097cd10276c3a601ec3c8428.tar.gz
decky-lsfg-vk-2bdfa4541638383a097cd10276c3a601ec3c8428.zip
Merge pull request #31 from xXJSONDeruloXx/self-updater
non modal updater
Diffstat (limited to 'src/components/index.ts')
-rw-r--r--src/components/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/index.ts b/src/components/index.ts
index 7304ca9..d26159d 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -5,3 +5,4 @@ export { ConfigurationSection } from "./ConfigurationSection";
export { UsageInstructions } from "./UsageInstructions";
export { WikiButton } from "./WikiButton";
export { ClipboardButton } from "./ClipboardButton";
+export { PluginUpdateChecker } from "./PluginUpdateChecker";