Skip to content

Commit

Permalink
fix(editor): fix quadtree-ts is not imported correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchas116 committed Jun 29, 2022
1 parent 9d84c3d commit 37e0bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/util/findPositionForNewRect.ts
@@ -1,5 +1,5 @@
import { Rect, Vec2 } from "paintvec";
import { Quadtree, Rectangle } from "@timohausmann/quadtree-ts";
import { Quadtree, Rectangle } from "@timohausmann/quadtree-ts/src/index.esm";
import { minBy } from "lodash-es";

export function findPositionForNewRect(
Expand Down

1 comment on commit 37e0bfa

@vercel
Copy link

@vercel vercel bot commented on 37e0bfa Jun 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.