Skip to content

Commit 235868c

Browse files
committed
🐛 Fix import
1 parent cc25b52 commit 235868c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/parser/canvas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Bitmap } from 'html2sketch';
1+
import { Bitmap } from '../model';
22
import { isCanvasNode } from '../utils/nodeType';
33

44
/**

src/parser/pseudoShape.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Rectangle, Frame } from 'html2sketch/model';
1+
import { Rectangle, Frame } from '../model';
22
import { parseToShape } from './shape';
33
import { isVisibleShape } from '../utils/visibility';
44

0 commit comments

Comments
 (0)