diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 13:05:47 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 13:05:47 -0400 |
| commit | 194eb12b3efc65ee48449bade8df9872a99b1215 (patch) | |
| tree | 1272be17573fcb3def9654ac3241a5e3876d58d4 /src/components/Content.tsx | |
| parent | 13495d4a6c7448ee8ff6b3e64d423a53ce93bee9 (diff) | |
| download | decky-lsfg-vk-194eb12b3efc65ee48449bade8df9872a99b1215.tar.gz decky-lsfg-vk-194eb12b3efc65ee48449bade8df9872a99b1215.zip | |
chore: make barrel imports and refs consistent
Diffstat (limited to 'src/components/Content.tsx')
| -rw-r--r-- | src/components/Content.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 08027d3..8fb3fe3 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -11,7 +11,7 @@ import { UsageInstructions } from "./UsageInstructions"; import { SmartClipboardButton } from "./SmartClipboardButton"; import { FgmodClipboardButton } from "./FgmodClipboardButton"; import { NerdStuffModal } from "./NerdStuffModal"; -import FlatpaksModal from "./FlatpaksModal"; +import { FlatpaksModal } from "./FlatpaksModal"; import { ConfigurationData } from "../config/configSchema"; export function Content() { @@ -165,7 +165,7 @@ export function Content() { layout="below" onClick={handleShowFlatpaks} > - Flatpaks + Flatpak Setup </ButtonItem> </PanelSectionRow> </PanelSection> |
