Added no task background

This commit was merged in pull request #162.
This commit is contained in:
2023-06-13 10:31:45 +01:00
parent 61d8c938e9
commit 5810345ca7
3 changed files with 50 additions and 55 deletions
@@ -1,7 +1,5 @@
import React, { useEffect, useState } from "react";
import { Link } from "react-router-dom";
import localImgLoad from "../../lib/localImgLoad";
import bannerImage from "../../assets/images/banner-coupons.jpg";
export default function HomeBannerOffersCard(props) {
const [imageUrl, setImageUrl] = useState("");