mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Import pinned searches
This commit is contained in:
parent
060631166f
commit
1ce35b5aea
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue