mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Merge pull request #35 from vgcman16/codex/refactor-imports-for-unistnode-and-unistparent
Fix unist type import
This commit is contained in:
commit
7388086c71
@ -3,7 +3,7 @@ import remarkGfm from 'remark-gfm';
|
||||
import type { PluggableList, Plugin } from 'unified';
|
||||
import rehypeSanitize, { defaultSchema, type Options as RehypeSanitizeOptions } from 'rehype-sanitize';
|
||||
import { SKIP, visit } from 'unist-util-visit';
|
||||
import type { UnistNode, UnistParent } from 'node_modules/unist-util-visit/lib';
|
||||
import type { Node as UnistNode, Parent as UnistParent } from 'unist';
|
||||
|
||||
export const allowedHTMLElements = [
|
||||
'a',
|
||||
|
Loading…
Reference in New Issue
Block a user