From e60a2aaea22675a5586426690de8eb1492de5c93 Mon Sep 17 00:00:00 2001 From: Ebube Date: Mon, 12 Jun 2023 12:04:38 +0100 Subject: [PATCH] fixed --- src/lib/localImgLoad.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/lib/localImgLoad.js b/src/lib/localImgLoad.js index beac126..2d33975 100644 --- a/src/lib/localImgLoad.js +++ b/src/lib/localImgLoad.js @@ -1,7 +1,2 @@ -// export default function localImgLoad(location) { -// const img = require(`../assets/${location}`); -// return img; -// } - -// const localImgLoad = (location) => require(`../assets/${location}`); -// export default localImgLoad \ No newline at end of file +const localImgLoad = (location) => require(`../assets/${location}`); +export default localImgLoad \ No newline at end of file -- 2.34.1