/*************************************************************************** * The contents of this file were generated with Amplify Studio. * * Please refrain from making any modifications to this file. * * Any changes to this file will be overwritten when running amplify pull. * **************************************************************************/ /* eslint-disable */ import React from "react"; import { getOverrideProps } from "@aws-amplify/ui-react/internal"; import LearnLogo from "./LearnLogo"; import { Flex, View } from "@aws-amplify/ui-react"; import CloseIcon from "./CloseIcon"; import LearnMenuItem from "./LearnMenuItem"; export default function NavBarMobileExpanded(props) { const { overrides, ...rest } = props; return ( ); }