react_admin_layout

This commit is contained in:
2025-10-08 07:05:50 +07:00
commit 7645838eb8
38 changed files with 7908 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import React from 'react'
export default function Footer() {
return (
<footer>
<div className='content'>
Footer
</div>
</footer>
)
}