react_admin_layout
This commit is contained in:
11
src/pages/home/components/Footer/Footer.tsx
Normal file
11
src/pages/home/components/Footer/Footer.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer>
|
||||
<div className='content'>
|
||||
Footer
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user