Direct login
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user