autoselector page clinic item and specialties & dashboard responsive & change components & change package universal-cookie to js-cookie

This commit is contained in:
Ehsan
2025-05-25 23:14:30 +03:30
parent 5fa740ad1b
commit a9f98aea3b
13 changed files with 96 additions and 88 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
import Cookies from "universal-cookie";
import Cookies from "js-cookie";
const cookies = new Cookies();
const removeToken = () => cookies.remove("token", { path: "/" });
const removeToken = () => Cookies.remove("token", { path: "/" });
export { removeToken };