From 78ce238e61a789d0f6684e7a4e4dc278bd70ecd9 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Sun, 19 Feb 2023 18:50:42 +0100 Subject: [PATCH] fix: picto path --- src/routes/Liste/Map/Picto.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/Liste/Map/Picto.tsx b/src/routes/Liste/Map/Picto.tsx index a82ebc9..1fcbed1 100644 --- a/src/routes/Liste/Map/Picto.tsx +++ b/src/routes/Liste/Map/Picto.tsx @@ -1,4 +1,4 @@ import React from "react"; -import pictoPng from "./picto-fond-blanc.png"; +import "./picto-fond-blanc.png"; -export const Picto = () => +export const Picto = () =>