summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-10-21 12:06:57 -0400
committerGitHub <noreply@github.com>2025-10-21 12:06:57 -0400
commit4f7557a84be323392e00f51194e7b70b35512277 (patch)
tree12ff6e936470801b18f2ab39836b941be794cb05 /src/components/index.ts
parentbd2fdea07cde9aaac77047aa4a7d406c39e5a56e (diff)
parentec37b86c5d4a6371804e71e7863df6a71c756db3 (diff)
downloaddecky-lsfg-vk-4f7557a84be323392e00f51194e7b70b35512277.tar.gz
decky-lsfg-vk-4f7557a84be323392e00f51194e7b70b35512277.zip
Merge pull request #189 from xXJSONDeruloXx/store-cleanup-2
Store cleanup 2
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..bec45ae
--- /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 { FlatpaksModal } from "./FlatpaksModal";
+export { ProfileManagement } from "./ProfileManagement";