summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-14 22:57:38 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-14 22:57:38 -0400
commit171959709a49899bdd1555cd07de1ab323a18ddb (patch)
treeb6e870c1740fadb92579f1d115f361a76536dadd /src/components/index.ts
parent885b9a938f9c5193ab0259502d4f63e981fc4a26 (diff)
downloaddecky-lsfg-vk-171959709a49899bdd1555cd07de1ab323a18ddb.tar.gz
decky-lsfg-vk-171959709a49899bdd1555cd07de1ab323a18ddb.zip
separate wiki button into component
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 77f11d4..26eb2fb 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -3,3 +3,4 @@ export { StatusDisplay } from "./StatusDisplay";
export { InstallationButton } from "./InstallationButton";
export { ConfigurationSection } from "./ConfigurationSection";
export { UsageInstructions } from "./UsageInstructions";
+export { WikiButton } from "./WikiButton";