diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-14 22:57:38 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-14 22:57:38 -0400 |
| commit | 171959709a49899bdd1555cd07de1ab323a18ddb (patch) | |
| tree | b6e870c1740fadb92579f1d115f361a76536dadd /src/components/index.ts | |
| parent | 885b9a938f9c5193ab0259502d4f63e981fc4a26 (diff) | |
| download | decky-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.ts | 1 |
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"; |
