summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-22 17:14:52 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-22 17:14:52 -0400
commit557295ba34d6554ea120355242825567ac88cbcc (patch)
tree575e3c8ce75b47626fcfa9922328dccda151ecda /src/components/index.ts
parentb4313f8d6ff3a18b73bdc2f5972b9f17b02e2e9c (diff)
downloaddecky-lsfg-vk-557295ba34d6554ea120355242825567ac88cbcc.tar.gz
decky-lsfg-vk-557295ba34d6554ea120355242825567ac88cbcc.zip
extract plus minus to own 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 e4568f1..4c94958 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -2,6 +2,7 @@ export { Content } from "./Content";
export { StatusDisplay } from "./StatusDisplay";
export { InstallationButton } from "./InstallationButton";
export { ConfigurationSection } from "./ConfigurationSection";
+export { FpsMultiplierControl } from "./FpsMultiplierControl";
export { UsageInstructions } from "./UsageInstructions";
export { WikiButton } from "./WikiButton";
export { SmartClipboardButton } from "./SmartClipboardButton";