Lint
This commit is contained in:
parent
10e6f86219
commit
a38e06c16c
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user