Fix import

This commit is contained in:
Austin Chen 2022-07-19 00:34:53 -07:00
parent b501776e33
commit d1ad0716c8

View File

@ -21,8 +21,8 @@ import { Txn } from 'common/txn'
import { useTracking } from 'web/hooks/use-tracking'
import { searchInAny } from 'common/util/parse'
import { getUser } from 'web/lib/firebase/users'
import { User } from 'common/lib/user'
import { SiteLink } from 'web/components/site-link'
import { User } from 'common/user'
export async function getStaticProps() {
const txns = await getAllCharityTxns()