import React from "react"; import { Typography } from "antd"; const { Text } = Typography; export default function HomeFooter() { return ( ); }