Add layout

This commit is contained in:
2025-09-17 12:17:02 +07:00
parent 291cbd5f94
commit b25aaf124c
7 changed files with 402 additions and 0 deletions

View 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