This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Divider from '@/components/Divider'
|
||||
import { usePageTitle } from '@/hooks/usePageTitle'
|
||||
import { ArrowLeft, DocumentText } from 'iconsax-react'
|
||||
import { useState, type FC } from 'react'
|
||||
import PdfIcon from '@/assets/images/PDF.svg'
|
||||
@@ -18,6 +19,7 @@ const CATALOG_SIZES = [
|
||||
] as const
|
||||
|
||||
const Home: FC = () => {
|
||||
usePageTitle('ساخت کاتالوگ')
|
||||
|
||||
const navigate = useNavigate()
|
||||
const [active, setActive] = useState<string>('a4')
|
||||
|
||||
Reference in New Issue
Block a user