Initial commit
This commit is contained in:
16
src/layout/Footer.jsx
Normal file
16
src/layout/Footer.jsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Layout } from "antd";
|
||||
const { Footer } = Layout;
|
||||
|
||||
const SFooter = () => {
|
||||
return (
|
||||
<Footer
|
||||
style={{
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
Jun © 2023
|
||||
</Footer>
|
||||
);
|
||||
};
|
||||
|
||||
export default SFooter;
|
||||
Reference in New Issue
Block a user