completionId: cgen-adadadc1b2d941808f513499f626ba5e

cgen-adadadc1b2d941808f513499f626ba5e
This commit is contained in:
Builder.io 2025-11-10 19:52:18 +00:00
parent 9d2716c5b3
commit 34f7cdbbba

View file

@ -72,6 +72,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
const location = useLocation();
const navigate = useNavigate();
const { user, profile, signOut, loading, profileComplete } = useAuth();
const [isArmModalOpen, setIsArmModalOpen] = useState(false);
const navigation = [
{ name: "Home", href: "/" },