diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 11:50:57 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 11:50:57 -0400 |
| commit | a7f7d5878a037fd59fb3257daf9d5e22c63ef9e8 (patch) | |
| tree | e9895aa7f298928a04ce863b6dcb8b94a1fa67a3 /src/components/Content.tsx | |
| parent | 8df144476589f10ce3d52bd59b125ba50fdc72bc (diff) | |
| download | decky-lsfg-vk-a7f7d5878a037fd59fb3257daf9d5e22c63ef9e8.tar.gz decky-lsfg-vk-a7f7d5878a037fd59fb3257daf9d5e22c63ef9e8.zip | |
centralize index into src, comment out unused importsv0.11.3
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 6efa8e2..fdb8672 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -8,8 +8,8 @@ import { InstallationButton } from "./InstallationButton"; import { ConfigurationSection } from "./ConfigurationSection"; import { ProfileManagement } from "./ProfileManagement"; import { UsageInstructions } from "./UsageInstructions"; -import { WikiButton } from "./WikiButton"; -import { ClipboardButton } from "./ClipboardButton"; +// import { WikiButton } from "./WikiButton"; +// import { ClipboardButton } from "./ClipboardButton"; import { SmartClipboardButton } from "./SmartClipboardButton"; import { FgmodClipboardButton } from "./FgmodClipboardButton"; // import { ClipboardDisplay } from "./ClipboardDisplay"; |
