summaryrefslogtreecommitdiff
path: root/src/components/index.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-22 09:38:20 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-09-22 09:38:20 -0400
commit0da3682755e551a7d3c23fa979686d8dbcdd4f7b (patch)
treef07d360ebaeefba28fe5b5be730c807ce337bddc /src/components/index.ts
parent84de5901cd1fb7d89031e4e7b3b47ed805e324c8 (diff)
downloaddecky-lsfg-vk-0da3682755e551a7d3c23fa979686d8dbcdd4f7b.tar.gz
decky-lsfg-vk-0da3682755e551a7d3c23fa979686d8dbcdd4f7b.zip
bring forward old flatpak modal attempt
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 802cd3c..50480be 100644
--- a/src/components/index.ts
+++ b/src/components/index.ts
@@ -10,4 +10,5 @@ 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";