Added no task background
This commit was merged in pull request #162.
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user