Skip to content

Commit afc8f04

Browse files
committed
fix(web): cleaner code
1 parent e786dda commit afc8f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/EvidenceCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import AttachmentIcon from "svgs/icons/attachment.svg";
1111
import { useIPFSQuery } from "hooks/useIPFSQuery";
1212
import { getIpfsUrl } from "utils/getIpfsUrl";
1313
import { shortenAddress } from "utils/shortenAddress";
14-
import { formatDate } from "~src/utils/date";
14+
import { formatDate } from "utils/date";
1515

1616
import { landscapeStyle } from "styles/landscapeStyle";
1717
import { responsiveSize } from "styles/responsiveSize";

0 commit comments

Comments
 (0)