install and handle casle & prevent page dashboard & handle register and code verfication & get data in clinics page

This commit is contained in:
Ehsan
2025-05-27 03:40:06 +03:30
parent a9f98aea3b
commit d95815d4aa
27 changed files with 336 additions and 206 deletions
-2
View File
@@ -9,8 +9,6 @@ const degree = ["پزشک عمومی", "پزشک متخصص", "پزشک فوق
function Content({ data, setData }) {
const router = useRouter();
const { parentList, childrenList } = filterList(data);
console.log('parentList', parentList);
const changeUrl = (value) => {
const current = new URLSearchParams(window.location.search);