diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-22 00:17:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 00:17:50 -0400 |
| commit | 4fee88babae0dc69a332480c3e491500dab64d7c (patch) | |
| tree | 2e9ee6360337978e9264173a2e20daf5ec195393 /src/components/index.ts | |
| parent | 2106ef8eb31ee46611fce07dd715d3ac1c4ca0ab (diff) | |
| parent | e83f026b0d1edf5a7ee1477f4b10eb574f506f95 (diff) | |
| download | decky-lsfg-vk-4fee88babae0dc69a332480c3e491500dab64d7c.tar.gz decky-lsfg-vk-4fee88babae0dc69a332480c3e491500dab64d7c.zip | |
Merge pull request #63 from xXJSONDeruloXx/cleanup-jul21
refactor: remove unused backend files and improve configuration handl…
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/index.ts b/src/components/index.ts index 682598c..e4568f1 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -2,7 +2,7 @@ export { Content } from "./Content"; export { StatusDisplay } from "./StatusDisplay"; export { InstallationButton } from "./InstallationButton"; export { ConfigurationSection } from "./ConfigurationSection"; -// export { UsageInstructions } from "./UsageInstructions"; +export { UsageInstructions } from "./UsageInstructions"; export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; export { LaunchOptionInfo } from "./LaunchOptionInfo"; |
