|
@@ -14,6 +14,7 @@ import { rectangleService } from '../Service/RectangleService'
|
|
|
import { circleService } from '../Service/CircleService'
|
|
import { circleService } from '../Service/CircleService'
|
|
|
import { arrowService } from '../Service/ArrowService'
|
|
import { arrowService } from '../Service/ArrowService'
|
|
|
import { iconService } from '../Service/IconService'
|
|
import { iconService } from '../Service/IconService'
|
|
|
|
|
+import mitt from 'mitt'
|
|
|
|
|
|
|
|
export default class History {
|
|
export default class History {
|
|
|
constructor(layer) {
|
|
constructor(layer) {
|