import React from "react"; import ScheduleIcon from "@mui/icons-material/Schedule"; import CalendarTodayIcon from "@mui/icons-material/CalendarToday"; import "./style.scss"; const Card = ({ image, tags, title, description, time, date }) => { return (
{description}