summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 11:50:57 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 11:50:57 -0400
commita7f7d5878a037fd59fb3257daf9d5e22c63ef9e8 (patch)
treee9895aa7f298928a04ce863b6dcb8b94a1fa67a3 /src/components/index.ts
parent8df144476589f10ce3d52bd59b125ba50fdc72bc (diff)
downloaddecky-lsfg-vk-a7f7d5878a037fd59fb3257daf9d5e22c63ef9e8.tar.gz
decky-lsfg-vk-a7f7d5878a037fd59fb3257daf9d5e22c63ef9e8.zip
centralize index into src, comment out unused importsv0.11.3
Diffstat (limited to 'src/components/index.ts')
-rw-r--r--src/components/index.ts14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/components/index.ts b/src/components/index.ts
deleted file mode 100644
index 65a3252..0000000
--- a/src/components/index.ts
+++ /dev/null
@@ -1,14 +0,0 @@
-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";
-export { FgmodClipboardButton } from "./FgmodClipboardButton";
-// export { ClipboardDisplay } from "./ClipboardDisplay";
-// export { PluginUpdateChecker } from "./PluginUpdateChecker";
-export { NerdStuffModal } from "./NerdStuffModal";
-export { default as FlatpaksModal } from "./FlatpaksModal";
-export { ProfileManagement } from "./ProfileManagement";