import { Link } from "react-router"; import { Layout, Row, Col, Typography } from "antd"; import BeiAn from "../general/BeiAn"; import Feedback from "../general/Feedback"; import { useIntl } from "react-intl"; const { Footer } = Layout; const { Paragraph } = Typography; const FooterBarWidget = () => { const intl = useIntl(); return ( ); }; export default FooterBarWidget;