Remove mahtu gpt comment
This commit is contained in:
@@ -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("/");
|
||||
|
||||
Reference in New Issue
Block a user