diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 9f7d784d..d4df8b74 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -1,4 +1,5 @@ import { useState } from "react"; +import ArmSwitcherModal from "./ArmSwitcherModal"; import { Link, useLocation, useNavigate } from "react-router-dom"; import { Button } from "@/components/ui/button"; import { cn } from "@/lib/utils";