This commit is contained in:
Ian Philips 2022-07-21 15:43:51 -06:00
parent fbd1bb21be
commit 71d8ffcee5
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import { getContractBetMetrics } from '../../common/calculate'
import { removeUndefinedProps } from '../../common/util/object'
import { TipTxn } from '../../common/txn'
import { Group, GROUP_CHAT_SLUG } from '../../common/group'
import { Challenge } from 'common/lib/challenge'
import { Challenge } from '../../common/challenge'
const firestore = admin.firestore()
type user_to_reason_texts = {

View File

@ -11,7 +11,7 @@ import { DuplicateIcon } from '@heroicons/react/outline'
import { createChallenge, getChallengeUrl } from 'web/lib/firebase/challenges'
import { Contract } from 'common/contract'
import { CopyLinkButton } from 'web/components/copy-link-button'
import { getOutcomeProbability } from 'common/lib/calculate'
import { getOutcomeProbability } from 'common/calculate'
import { SiteLink } from 'web/components/site-link'
type challengeInfo = {