summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 13:05:47 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 13:05:47 -0400
commit194eb12b3efc65ee48449bade8df9872a99b1215 (patch)
tree1272be17573fcb3def9654ac3241a5e3876d58d4 /src/components/Content.tsx
parent13495d4a6c7448ee8ff6b3e64d423a53ce93bee9 (diff)
downloaddecky-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.tsx4
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>