Explorar el Código

chore: remove unused import

Timothy Lin hace 2 años
padre
commit
17ba45a7c7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/generator.js

+ 0 - 1
src/generator.js

@@ -16,7 +16,6 @@ import { visit } from 'unist-util-visit'
 import { toString } from 'hast-util-to-string'
 import { toString } from 'hast-util-to-string'
 import { filter } from 'unist-util-filter'
 import { filter } from 'unist-util-filter'
 import rangeParser from 'parse-numeric-range'
 import rangeParser from 'parse-numeric-range'
-import { refractor } from 'refractor'
 
 
 const getLanguage = (node) => {
 const getLanguage = (node) => {
   const className = node.properties.className
   const className = node.properties.className