/*************************************************************************** * 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 { Button, Divider, Flex, Icon, Text, View } from "@aws-amplify/ui-react"; import HeartIcon from "./HeartIcon"; import LearnSocialBorderless from "./LearnSocialBorderless"; export default function LearnFooterMobile(props) { const { overrides, ...rest } = props; return ( ); }