This commit is contained in:
ingawei 2022-09-29 17:49:51 -07:00
parent 861347c0c2
commit 2b7a582fe2
2 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,5 @@
import { ArrowCircleUpIcon, ArrowUpIcon } from '@heroicons/react/solid'
import clsx from 'clsx'
import { useEffect, useState } from 'react'
import { Button } from './button'
import { Row } from './layout/row'
export function ScrollToTopButton(props: { className?: string }) {

View File

@ -42,9 +42,6 @@ import { ContractsGrid } from 'web/components/contract/contracts-grid'
import { Title } from 'web/components/title'
import { usePrefetch } from 'web/hooks/use-prefetch'
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 { listAllComments } from 'web/lib/firebase/comments'
import { ContractComment } from 'common/comment'