From e007e819597e7c2a840ca134d547b39db3459c4c Mon Sep 17 00:00:00 2001 From: Juanma Hidalgo Date: Wed, 3 Jan 2024 16:04:56 +0100 Subject: [PATCH] chore: remove ununsed import --- .../src/components/NamesPage/ClaimNamePage/ClaimNamePage.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webapp/src/components/NamesPage/ClaimNamePage/ClaimNamePage.tsx b/webapp/src/components/NamesPage/ClaimNamePage/ClaimNamePage.tsx index 2cd5cb4155..240bbfce94 100644 --- a/webapp/src/components/NamesPage/ClaimNamePage/ClaimNamePage.tsx +++ b/webapp/src/components/NamesPage/ClaimNamePage/ClaimNamePage.tsx @@ -18,10 +18,6 @@ import CreateImg from '../../../images/names/create.png' import GovernanceImg from '../../../images/names/governance.png' import LandmarkImg from '../../../images/names/landmark.png' import OwnSpaceImg from '../../../images/names/own-space.png' -// import StandOut from '../../../images/names/stand-out.svg' -// import Unlock from '../../../images/names/unlock.svg' -// import Governance from '../../../images/names/governance.svg' -// import GetURL from '../../../images/names/get-url.svg' import Chest from '../../../images/names/chest.png' import Passports from '../../../images/names/passports.png' import { lists } from '../../../modules/vendor/decentraland/lists/api'