completionId: cgen-e861bf64c39d411f9318a9ff7819ee8b

cgen-e861bf64c39d411f9318a9ff7819ee8b
This commit is contained in:
Builder.io 2025-11-13 05:41:54 +00:00
parent 07ec060ca4
commit 704aef763c

View file

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