diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 12:50:03 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 12:50:03 -0400 |
| commit | c3f510a2944cf8436c8bccedcb77db9bd6a7f2c3 (patch) | |
| tree | a603425e25da40307b49397d20ba5bed19d7955a /src/components/index.ts | |
| parent | bd2fdea07cde9aaac77047aa4a7d406c39e5a56e (diff) | |
| download | decky-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.ts | 11 |
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"; |
