From 3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 15 Jul 2025 21:45:20 -0400 Subject: add clipboard web launch button --- src/components/UsageInstructions.tsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/components/UsageInstructions.tsx') diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index ca9ddd2..bf80630 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -1,5 +1,4 @@ import { PanelSectionRow } from "@decky/ui"; -import { WikiButton } from "./WikiButton"; interface ConfigType { enableLsfg: boolean; @@ -96,8 +95,6 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { - - ); } -- cgit v1.2.3