category api - dashboard page

This commit is contained in:
haniyeroozmand
2026-03-27 22:48:14 +03:30
parent 299eb2d968
commit 6d121f059d
13 changed files with 1013 additions and 187 deletions

View File

@@ -1,8 +0,0 @@
// export const slugify = (text: string) => {
// return text
// .toString()
// .trim()
// .replace(/\s+/g, "-")
// .replace(/[^\u0600-\u06FFa-zA-Z0-9\-]/g, "");
// };