Skip to content

Commit

Permalink
Make tests pass!
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed May 21, 2024
1 parent 1fc9d2d commit 6704cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/@worldbrain/memex-common
3 changes: 2 additions & 1 deletion src/sidebar/annotations-sidebar/containers/logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ import { PromptData } from '@worldbrain/memex-common/lib/summarization/types'
import { CLOUDFLARE_WORKER_URLS } from '@worldbrain/memex-common/lib/content-sharing/storage/constants'
import { DEF_HIGHLIGHT_CSS_CLASS } from '@worldbrain/memex-common/lib/in-page-ui/highlighting/constants'
import type { HighlightColor } from '@worldbrain/memex-common/lib/common-ui/components/highlightColorPicker/types'
import { convertLinksInAIResponse } from '@worldbrain/memex-common/lib/ai-chat'

import { UserReference } from '@worldbrain/memex-common/lib/web-interface/types/users'
import { convertLinksInAIResponse } from '@worldbrain/memex-common/lib/ai-chat/utils'
const md = new MarkdownIt()

export type SidebarContainerOptions = SidebarContainerDependencies & {
Expand Down

0 comments on commit 6704cb9

Please sign in to comment.