Skip to content

Commit

Permalink
fixed class diagram 2nd pr
Browse files Browse the repository at this point in the history
  • Loading branch information
DanShai committed Jun 14, 2019
1 parent 1e7e719 commit f057bd1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/diagrams/class/classRenderer.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as d3 from 'd3';
import dagre from 'dagre-layout';
import graphlib from 'graphlibrary';
import { logger } from '../../logger';
import classDb from './classDb';
import { parser } from './parser/classDiagram';
import * as d3 from 'd3'
import dagre from 'dagre-layout'
import graphlib from 'graphlibrary'
import { logger } from '../../logger'
import classDb from './classDb'
import { parser } from './parser/classDiagram'

parser.yy = classDb

Expand Down

0 comments on commit f057bd1

Please sign in to comment.