From 6d26e1c4b58f78422ba1f2a1904e771b650afc8d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 05:01:44 +0000 Subject: [PATCH] Remove ArmSwitcherModal import cgen-2d70038246544ec2bcb9dcc79cb01ace --- client/components/ArmSwitcher.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 09e4e0db..907b837f 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -1,7 +1,6 @@ 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;