Remove mahtu gpt comment

This commit is contained in:
FlorianSpeicher
2025-06-14 22:22:10 +02:00
parent e3007d6fc1
commit 6aa5da6fc2

View File

@@ -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("/");