diff --git a/net/web/src/session/contact/useContact.hook.js b/net/web/src/session/contact/useContact.hook.js index 56284a96..b7b9f146 100644 --- a/net/web/src/session/contact/useContact.hook.js +++ b/net/web/src/session/contact/useContact.hook.js @@ -1,7 +1,6 @@ import { useContext, useState, useEffect } from 'react'; import { CardContext } from 'context/CardContext'; import { ViewportContext } from 'context/ViewportContext'; -import { getListingImageUrl } from 'api/getListingImageUrl'; import { getListingMessage } from 'api/getListingMessage'; import { getCardByGuid } from 'context/cardUtil';