Przeglądaj źródła

add import type

reiji-h 1 rok temu
rodzic
commit
a0a1ef69b9

+ 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) {