fixed sidebar and backend for sidebar

This commit is contained in:
2025-08-19 14:00:00 +02:00
parent 298bc81435
commit 06f84cddc4
4 changed files with 28 additions and 10 deletions

View File

@@ -13,6 +13,8 @@ const Header: React.FC = () => {
<button
onClick={() => {
Cookies.remove("token");
localStorage.removeItem("allItems");
window.location.reload();
}}
className="text-blue-500 hover:underline"