Fix build
This commit is contained in:
parent
fee36a378c
commit
6f789c9363
|
@ -28,7 +28,7 @@ import { Tabs } from './layout/tabs'
|
|||
import { EditFollowingButton } from './following-button'
|
||||
import { track } from '@amplitude/analytics-browser'
|
||||
import { trackCallback } from 'web/lib/service/analytics'
|
||||
import { ContractSearchFirestore } from 'web/pages/contract-search-firestore'
|
||||
import ContractSearchFirestore from 'web/pages/contract-search-firestore'
|
||||
|
||||
const searchClient = algoliasearch(
|
||||
'GJQPAYENIF',
|
||||
|
|
|
@ -9,7 +9,7 @@ import {
|
|||
useInitialQueryAndSort,
|
||||
} from 'web/hooks/use-sort-and-query-params'
|
||||
|
||||
export function ContractSearchFirestore(props: {
|
||||
export default function ContractSearchFirestore(props: {
|
||||
querySortOptions?: {
|
||||
defaultSort: Sort
|
||||
shouldLoadFromStorage?: boolean
|
||||
|
|
Loading…
Reference in New Issue
Block a user