completionId: cgen-e5399285ac7c41ccabfb670c2314de94

cgen-e5399285ac7c41ccabfb670c2314de94
This commit is contained in:
Builder.io 2025-11-10 19:48:47 +00:00
parent 5fffc13a80
commit 39a66d2f67

View file

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