Add layout
This commit is contained in:
18
src/layout/LayoutFooter.jsx
Normal file
18
src/layout/LayoutFooter.jsx
Normal file
@@ -0,0 +1,18 @@
|
||||
import React from 'react'
|
||||
import { Layout } from 'antd'
|
||||
import Link from 'antd/es/typography/Link';
|
||||
|
||||
const { Footer } = Layout;
|
||||
const LayoutFooter = () => {
|
||||
return (
|
||||
<Footer
|
||||
style={{
|
||||
textAlign: 'center',
|
||||
}}
|
||||
>
|
||||
{/* SYPIU GGCP */}
|
||||
</Footer>
|
||||
)
|
||||
}
|
||||
|
||||
export default LayoutFooter
|
||||
Reference in New Issue
Block a user