Change imports in case that matters
This commit is contained in:
parent
dc4638d9ed
commit
1e9c6121c9
|
@ -5,7 +5,7 @@ import { APIError, newEndpoint, validate } from './api'
|
|||
import { JSONContent } from '@tiptap/core'
|
||||
import { z } from 'zod'
|
||||
import { removeUndefinedProps } from '../../common/util/object'
|
||||
import { htmlToRichText } from 'common/util/parse'
|
||||
import { htmlToRichText } from '../../common/util/parse'
|
||||
import { micromark } from 'micromark'
|
||||
|
||||
const contentSchema: z.ZodType<JSONContent> = z.lazy(() =>
|
||||
|
|
Loading…
Reference in New Issue
Block a user