base page title

This commit is contained in:
hamid zarghami
2025-10-15 12:29:37 +03:30
parent 48d79ac3cb
commit 587a2f30b1
99 changed files with 1280 additions and 673 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
import { type FC, useState, useEffect } from 'react'
import PageTitle from '../../components/PageTitle'
import { useFormik } from 'formik'
import * as Yup from 'yup'
import { useGetShop, useUpdateShop } from './hooks/useSettingData'
@@ -85,6 +86,7 @@ const Shop: FC = () => {
return (
<div className='mt-4'>
<PageTitle />
<div className='flex justify-between items-center'>
<div className='flex items-center gap-3'>
<h1>ویرایش اطلاعات شاپ</h1>
@@ -162,4 +164,4 @@ const Shop: FC = () => {
)
}
export default Shop
export default Shop