diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-10-20 09:42:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-20 09:42:33 -0400 |
| commit | 22fd2c9fdd26250fff22a4c1f810eeb8cc4c941d (patch) | |
| tree | 1d7bba55efbbd57e392df1cf420a1f4ec7462e0f /src/components/index.ts | |
| parent | f076064a9c064a7e2ca74be013e2174aec8a0a1e (diff) | |
| parent | 5da2f55200bf8edb0acdfb3bbcb821aef31c220d (diff) | |
| download | decky-lsfg-vk-22fd2c9fdd26250fff22a4c1f810eeb8cc4c941d.tar.gz decky-lsfg-vk-22fd2c9fdd26250fff22a4c1f810eeb8cc4c941d.zip | |
Merge pull request #187 from xXJSONDeruloXx/store-prep
Store prep
Diffstat (limited to 'src/components/index.ts')
| -rw-r--r-- | src/components/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/index.ts b/src/components/index.ts index 50480be..260d192 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -8,7 +8,7 @@ export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; export { FgmodClipboardButton } from "./FgmodClipboardButton"; // export { ClipboardDisplay } from "./ClipboardDisplay"; -export { PluginUpdateChecker } from "./PluginUpdateChecker"; +// export { PluginUpdateChecker } from "./PluginUpdateChecker"; export { NerdStuffModal } from "./NerdStuffModal"; export { default as FlatpaksModal } from "./FlatpaksModal"; export { ProfileManagement } from "./ProfileManagement"; |
