Javascript – How can i get local image to load in react while bringing the path from an object attribute
i want to load an image locally stored export const dataJeuxGrosLot = [ { id: 1, title: 'Jeu Spécial Noel', price: '$59.99', prize: '$3000.99', startDate: new Date(2023, 2, 20, 15, 30, 12), // (yyyy, mm, dd, hh, mm, ss) endDate:…