From 1ce35b5aeaa362e692d3cb7bc6b51dfd23a36a2b Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 16 Feb 2024 12:43:36 +0800 Subject: [PATCH] Import pinned searches --- packages/web/components/templates/homeFeed/HomeFeedContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index 6aee9d04e..e3bed12bf 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -47,6 +47,7 @@ import { NotebookPresenter } from '../article/NotebookPresenter' import { saveUrlMutation } from '../../../lib/networking/mutations/saveUrlMutation' import { articleQuery } from '../../../lib/networking/queries/useGetArticleQuery' import { PinnedButtons } from './PinnedButtons' +import { PinnedSearch } from '../../../pages/settings/pinned-searches' export type LayoutType = 'LIST_LAYOUT' | 'GRID_LAYOUT' export type LibraryMode = 'reads' | 'highlights'