Direct login

This commit is contained in:
hamid zarghami
2026-04-21 11:21:15 +03:30
parent 000383b91b
commit f63ab6fc2c
5 changed files with 97 additions and 3 deletions
+7 -3
View File
@@ -8,6 +8,7 @@ import { toast } from '@/components/Toast'
import { useCreateCatalog } from './hooks/useHomeData'
import { useNavigate } from 'react-router-dom'
import { Paths } from '@/config/Paths'
import DirectLogin from '../auth/components/DirectLogin'
const Home: FC = () => {
@@ -34,9 +35,12 @@ const Home: FC = () => {
return (
<div className='mt-4 w-full'>
<h1 className='text-lg font-light'>
ساخت کاتالوگ ب ویرایشگر داناک
</h1>
<div className='flex justify-between'>
<h1 className='text-lg font-light'>
ساخت کاتالوگ ب ویرایشگر داناک
</h1>
<DirectLogin />
</div>
<div className='mt-20 bg-white rounded-4xl p-10'>
<div className='text-center'>