dashboard design and functionality and data and page doctor and clinic change data

This commit is contained in:
Ehsan
2025-06-04 03:58:38 +03:30
parent dafeebc54f
commit 0a8874c4ab
18 changed files with 419 additions and 102 deletions
+1
View File
@@ -3,6 +3,7 @@ import Cookies from "js-cookie";
const removeToken = () => {
Cookies.remove("access_token", { path: "/" });
Cookies.remove("refresh_token", { path: "/" });
Cookies.remove("uuid", { path: "/" });
};
export { removeToken };