Skip to content

Commit

Permalink
refactor: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 11, 2021
1 parent f1f93c2 commit ab79d0b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions quake_webapp/quake-render/src/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import { Lexer, marked, Slugger } from 'marked';
import { marked, Slugger } from 'marked';
import Token = marked.Token;
import TokensList = marked.TokensList;

// // @ts-ignore
// const QuakeRenderer: marked.Renderer = {
// options: undefined,
// };

class QuakeGen {
content = '';
token = null;
Expand Down

0 comments on commit ab79d0b

Please sign in to comment.