summaryrefslogtreecommitdiff
path: root/src/components/UsageInstructions.tsx
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-07-14 23:23:32 -0400
committerGitHub <noreply@github.com>2026-07-14 23:23:32 -0400
commit85492d47cb79d3452e3b5d9113f34e364e081b0f (patch)
treef0e19368c9e9fe761751ab6295079da54cf0302f /src/components/UsageInstructions.tsx
parent6aa69db7a6895c89ffa99498beb017ad12d1b9ce (diff)
parent0a9ed38d9e5e3f67efc0ecdc0d549d67ccb86fb8 (diff)
downloaddecky-lsfg-vk-main.tar.gz
decky-lsfg-vk-main.zip
Merge pull request #234 from christopherl/chore/remove-dead-codeHEADmain
Remove dead code across frontend and backend
Diffstat (limited to 'src/components/UsageInstructions.tsx')
-rw-r--r--src/components/UsageInstructions.tsx7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx
index 0c27517..5f032b8 100644
--- a/src/components/UsageInstructions.tsx
+++ b/src/components/UsageInstructions.tsx
@@ -1,11 +1,6 @@
import { PanelSectionRow } from "@decky/ui";
-import { ConfigurationData } from "../config/configSchema";
-interface UsageInstructionsProps {
- config: ConfigurationData;
-}
-
-export function UsageInstructions({ config: _config }: UsageInstructionsProps) {
+export function UsageInstructions() {
return (
<>
<PanelSectionRow>