Fix import path

This commit is contained in:
Ian Philips 2022-05-05 16:21:16 -04:00
parent 9d8b27f42d
commit a97ca900c4

View File

@ -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