import { Layout } from "antd"; const { Footer } = Layout; const SFooter = () => { return ( ); }; export default SFooter;