Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Jan 4, 2018
1 parent 655639c commit dff561d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/createRenderer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import marked from 'marked';
import he from 'he';
import escapeHtml from 'escape-html';

export function codeRenderer(tracker, options) {
function CodeComponent (props) {
Expand Down

0 comments on commit dff561d

Please sign in to comment.