From 6aa5da6fc2e9bcf38cef8399f3154c3b49fd7ce0 Mon Sep 17 00:00:00 2001 From: FlorianSpeicher Date: Sat, 14 Jun 2025 22:22:10 +0200 Subject: [PATCH] Remove mahtu gpt comment --- 01-frontend/src/pages/Product.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-frontend/src/pages/Product.tsx b/01-frontend/src/pages/Product.tsx index 8cdef76..808d5b5 100644 --- a/01-frontend/src/pages/Product.tsx +++ b/01-frontend/src/pages/Product.tsx @@ -17,7 +17,7 @@ export default function Product() { const location = useLocation(); const item = location.state?.item as Item; const navigate = useNavigate(); - const theme = useTheme(); // 🌗 Zugriff auf das aktive Theme + const theme = useTheme(); // Zugriff auf das aktive Theme const handleGoHome = () => { navigate("/");