From a97ca900c4beef455c11ed789940b683f5059c91 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 5 May 2022 16:21:16 -0400 Subject: [PATCH] Fix import path --- web/components/charity/feed-items.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/charity/feed-items.tsx b/web/components/charity/feed-items.tsx index 9216e776..43d03c7b 100644 --- a/web/components/charity/feed-items.tsx +++ b/web/components/charity/feed-items.tsx @@ -3,7 +3,7 @@ import { Avatar } from '../avatar' import { useUserById } from '../../hooks/use-users' import { UserLink } from '../user-page' import { manaToUSD } from '../../pages/charity/[charitySlug]' -import { RelativeTimestamp } from '../feed/feed-items' +import { RelativeTimestamp } from '../relative-timestamp' export function Donation(props: { txn: Txn }) { const { txn } = props