Skip to content

Commit

Permalink
fix swimlane import
Browse files Browse the repository at this point in the history
  • Loading branch information
vedranvucic77 committed Apr 23, 2024
1 parent ac64e8e commit abaae50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cx/src/charts/Swimlane.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { BoundedObject } from "../svg/BoundedObject";
import { parseStyle } from "../util/parseStyle";
import { VDOM } from "../ui/Widget";
import { Rect } from "../svg";
import { Rect } from "../svg/util/Rect";

export class Swimlane extends BoundedObject {
init() {
Expand Down

0 comments on commit abaae50

Please sign in to comment.