Skip to content

Commit

Permalink
fix: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme authored and nikku committed Jan 30, 2024
1 parent 228b405 commit 02903ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/Elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
* @typedef {import('../model/Types').Element} Element
* @typedef {import('../model/Types').Shape} Shape
*
* @typedef {import('../../type/Types').Rect} Rect
* @typedef {import('../util/Types').Rect} Rect
*
* @typedef { {
* allShapes: Record<string, Shape>,
Expand Down

0 comments on commit 02903ce

Please sign in to comment.