reiji-h 1 год назад
Родитель
Сommit
a0a1ef69b9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apps/app/src/features/mermaid/services/mermaid.ts

+ 2 - 2
apps/app/src/features/mermaid/services/mermaid.ts

@@ -1,6 +1,6 @@
 import type { Schema as SanitizeOption } from 'hast-util-sanitize';
-import { Plugin } from 'unified';
-import { Node } from 'unist';
+import type { Plugin } from 'unified';
+import type { Node } from 'unist';
 import { visit } from 'unist-util-visit';
 
 function rewriteNode(node: Node) {