This commit is contained in:
Ian Philips 2022-08-04 06:55:22 -06:00
parent 10e6f86219
commit a38e06c16c
2 changed files with 1 additions and 8 deletions

View File

@ -1,12 +1,7 @@
import clsx from 'clsx'
import dayjs from 'dayjs'
import { useEffect, useState } from 'react'
import {
AdjustmentsIcon,
CogIcon,
DuplicateIcon,
PencilIcon,
} from '@heroicons/react/outline'
import { DuplicateIcon } from '@heroicons/react/outline'
import { Col } from '../layout/col'
import { Row } from '../layout/row'
@ -18,7 +13,6 @@ import { createChallenge, getChallengeUrl } from 'web/lib/firebase/challenges'
import { BinaryContract } from 'common/contract'
import { CopyLinkButton } from 'web/components/copy-link-button'
import { SiteLink } from 'web/components/site-link'
import { getOutcomeProbability } from 'common/calculate'
import { formatMoney } from 'common/util/format'
import { Spacer } from '../layout/spacer'
import { NoLabel, YesLabel } from '../outcome-label'

View File

@ -3,7 +3,6 @@ import { useRouter } from 'next/router'
import clsx from 'clsx'
import { firebaseLogin, User } from 'web/lib/firebase/users'
import React from 'react'
import { Button } from './button'
export const createButtonStyle =
'border-w-0 mx-auto mt-4 -ml-1 w-full rounded-md bg-gradient-to-r py-2.5 text-base font-semibold text-white shadow-sm lg:-ml-0 h-11'