mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused import
This commit is contained in:
parent
1525742b4e
commit
6d19c8c9bc
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ import normalizeUrl from 'normalize-url'
|
|||
import { PubsubClient } from '../datalayer/pubsub'
|
||||
import { ArticleSavingRequestStatus, Page } from '../elastic/types'
|
||||
import { createPage, getPageByParam, updatePage } from '../elastic/pages'
|
||||
import { urlAlphabet } from 'nanoid'
|
||||
|
||||
export type SaveContext = {
|
||||
pubsub: PubsubClient
|
||||
|
|
|
|||
Loading…
Reference in a new issue