From 39fe9f0accc4ff121e6f17e257b412261c34752a Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Tue, 14 Jun 2022 02:46:48 -0700 Subject: [PATCH] Fix import --- web/components/contract-search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/contract-search.tsx b/web/components/contract-search.tsx index b29da899..751eb313 100644 --- a/web/components/contract-search.tsx +++ b/web/components/contract-search.tsx @@ -26,7 +26,7 @@ import { EditCategoriesButton } from './feed/category-selector' import { CATEGORIES } from 'common/categories' import { Tabs } from './layout/tabs' import { EditFollowingButton } from './following-button' -import { ContractSearchFirestore } from 'web/pages/contract-search-firestore' +import ContractSearchFirestore from 'web/pages/contract-search-firestore' const searchClient = algoliasearch( 'GJQPAYENIF',