// src/components/Recommendations.tsx import React from "react"; import useQuery from "react-query"; import axios from "axios"; import Slider from "react-slick"; import Card, CardMedia, CardContent, Typography, Box, from "@mui/material";
interface Props userId: number;