Skip to content

Commit 48eb68a

Browse files
committed
🐛 fix: Fix type
1 parent 567f6ec commit 48eb68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/Base/Frame.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import SketchFormat from '@sketch-hq/sketch-file-format-ts';
2-
import { FrameInitParams } from 'html2sketch/model/type';
2+
import { FrameInitParams } from '../type';
33

44
/**
55
* @class

0 commit comments

Comments
 (0)