This commit is contained in:
hamid zarghami
2024-12-25 18:09:15 +03:30
parent 6d5ce71b2f
commit 75d71e11fb
10 changed files with 233 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
import { FC } from 'react'
const Header: FC = () => {
return (
<div className='fixed right-[280px] top-4 h-20 bg-white rounded-[32px] w-full'>
</div>
)
}
export default Header