diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-16 12:05:10 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-16 12:05:10 -0400 |
| commit | 4104e28053fc03b3875958c7bf56ec6fbc5aab84 (patch) | |
| tree | 1095b374ab453ce98ab35dfbfa79d810ad99fdab /src/components/index.ts | |
| parent | 6489f2273fc246fcca25e95d913e60ea214e0d31 (diff) | |
| download | decky-lsfg-vk-4104e28053fc03b3875958c7bf56ec6fbc5aab84.tar.gz decky-lsfg-vk-4104e28053fc03b3875958c7bf56ec6fbc5aab84.zip | |
initial prof selector and creator ui
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/index.ts b/src/components/index.ts index 305911d..bf60423 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -8,3 +8,4 @@ export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; export { PluginUpdateChecker } from "./PluginUpdateChecker"; export { NerdStuffModal } from "./NerdStuffModal"; +export { ProfileManagement } from "./ProfileManagement"; |
