summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 12:50:03 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 12:50:03 -0400
commitc3f510a2944cf8436c8bccedcb77db9bd6a7f2c3 (patch)
treea603425e25da40307b49397d20ba5bed19d7955a /src/components/index.ts
parentbd2fdea07cde9aaac77047aa4a7d406c39e5a56e (diff)
downloaddecky-lsfg-vk-c3f510a2944cf8436c8bccedcb77db9bd6a7f2c3.tar.gz
decky-lsfg-vk-c3f510a2944cf8436c8bccedcb77db9bd6a7f2c3.zip
chore: remove unused elements previously commented out, for store release prep
Diffstat (limited to 'src/components/index.ts')
-rw-r--r--src/components/index.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/index.ts b/src/components/index.ts
new file mode 100644
index 0000000..95e7451
--- /dev/null
+++ b/src/components/index.ts
@@ -0,0 +1,11 @@
+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 { SmartClipboardButton } from "./SmartClipboardButton";
+export { FgmodClipboardButton } from "./FgmodClipboardButton";
+export { NerdStuffModal } from "./NerdStuffModal";
+export { default as FlatpaksModal } from "./FlatpaksModal";
+export { ProfileManagement } from "./ProfileManagement";