Actually fix build error >.>

This commit is contained in:
Austin Chen 2021-12-19 01:24:37 -08:00
parent c563ecc88b
commit 0a4e05ad32
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import router from 'next/router'
import { useUser } from '../hooks/use-user'
import { Row } from './layout/row'
import dayjs from 'dayjs'
import { Linkify } from './Linkify'
import { Linkify } from './linkify'
function ContractDescription(props: {
contract: Contract

View File

@ -3,7 +3,6 @@ import { SearchableGrid } from '../../components/contracts-list'
import { Header } from '../../components/header'
import { Title } from '../../components/title'
import { useContracts } from '../../hooks/use-contracts'
import Markets from '../markets'
export default function TagPage() {
const router = useRouter()