linting
This commit is contained in:
parent
861347c0c2
commit
2b7a582fe2
|
@ -1,7 +1,5 @@
|
||||||
import { ArrowCircleUpIcon, ArrowUpIcon } from '@heroicons/react/solid'
|
|
||||||
import clsx from 'clsx'
|
import clsx from 'clsx'
|
||||||
import { useEffect, useState } from 'react'
|
import { useEffect, useState } from 'react'
|
||||||
import { Button } from './button'
|
|
||||||
import { Row } from './layout/row'
|
import { Row } from './layout/row'
|
||||||
|
|
||||||
export function ScrollToTopButton(props: { className?: string }) {
|
export function ScrollToTopButton(props: { className?: string }) {
|
||||||
|
|
|
@ -42,9 +42,6 @@ import { ContractsGrid } from 'web/components/contract/contracts-grid'
|
||||||
import { Title } from 'web/components/title'
|
import { Title } from 'web/components/title'
|
||||||
import { usePrefetch } from 'web/hooks/use-prefetch'
|
import { usePrefetch } from 'web/hooks/use-prefetch'
|
||||||
import { useAdmin } from 'web/hooks/use-admin'
|
import { useAdmin } from 'web/hooks/use-admin'
|
||||||
import { BetSignUpPrompt } from 'web/components/sign-up-prompt'
|
|
||||||
import { PlayMoneyDisclaimer } from 'web/components/play-money-disclaimer'
|
|
||||||
import BetButton from 'web/components/bet-button'
|
|
||||||
import { BetsSummary } from 'web/components/bet-summary'
|
import { BetsSummary } from 'web/components/bet-summary'
|
||||||
import { listAllComments } from 'web/lib/firebase/comments'
|
import { listAllComments } from 'web/lib/firebase/comments'
|
||||||
import { ContractComment } from 'common/comment'
|
import { ContractComment } from 'common/comment'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user