seprator and ...

This commit is contained in:
hamid zarghami
2025-03-09 15:16:48 +03:30
parent 2308668a75
commit 647121aab4
5 changed files with 20 additions and 3 deletions
+2
View File
@@ -17,6 +17,7 @@ import { toast } from 'react-toastify';
import { useNavigate } from 'react-router-dom';
import { Pages } from '../../config/Pages';
const AddService: FC = () => {
const navigate = useNavigate()
@@ -232,6 +233,7 @@ const AddService: FC = () => {
<div className='mt-8'>
<div ref={editorRef} id='editor' style={{ minHeight: '120px' }}></div>
</div>
</div>
</div>