fix(nc-gui): path issue

This commit is contained in:
Ramesh Mane
2025-01-14 01:49:05 +03:00
parent 30016a429a
commit e9c20986e5
23 changed files with 24 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
import { Node } from '@tiptap/core'
import type { MarkdownNodeSpec } from '../tiptap'
import type { MarkdownNodeSpec } from '../../index'
// TODO: Extend from tiptap extension
export const CodeBlock = Node.create<any, { markdown: MarkdownNodeSpec }>({