Change imports in case that matters

This commit is contained in:
Austin Chen 2022-10-06 11:43:45 -04:00
parent dc4638d9ed
commit 1e9c6121c9

View File

@ -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(() =>