From 4c6eb6d44a106d5a36d864c5298d8855920fd718 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 07:28:01 +0000 Subject: [PATCH] Update ArmSwitcher to use full-screen modal on mobile cgen-8bca5bd8ec054e2f91f397b728de0920 --- client/components/ArmSwitcher.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 60861b9d..3eefce94 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -1,6 +1,7 @@ import { useState, useEffect } from "react"; import { useNavigate } from "react-router-dom"; import { Zap, X } from "lucide-react"; +import ArmSwitcherModal from "./ArmSwitcherModal"; interface Arm { id: string;