summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-21 23:15:29 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-21 23:15:29 -0400
commit4112393b17d25e54f1b8822734210b045da97613 (patch)
tree7fd335fb69fc7bf2260acd72a505ae5476bbd6b6 /src/components/index.ts
parente54b7e2c5f3a736f248353317007f922771ab0c7 (diff)
downloaddecky-lsfg-vk-4112393b17d25e54f1b8822734210b045da97613.tar.gz
decky-lsfg-vk-4112393b17d25e54f1b8822734210b045da97613.zip
dry up with py generators for ts backends
Diffstat (limited to 'src/components/index.ts')
-rw-r--r--src/components/index.ts2
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";