diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-15 20:41:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 20:41:17 -0400 |
| commit | 52b2b5fbce49a19abc0b1e55db83b2d67903312f (patch) | |
| tree | e86b7bbafc74c68683617904bf77092fc6361c05 /src/components/index.ts | |
| parent | 92cce332191f9150cbd85d01423ee20a680d8246 (diff) | |
| parent | ec4541dd78f4e2a58b679b20740f323d8ce76698 (diff) | |
| download | decky-lsfg-vk-52b2b5fbce49a19abc0b1e55db83b2d67903312f.tar.gz decky-lsfg-vk-52b2b5fbce49a19abc0b1e55db83b2d67903312f.zip | |
Merge pull request #14 from xXJSONDeruloXx/remote-bumpv0.3.1
v0.3.1
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"; |
