Skip to content

Commit aaacc5a

Browse files
committed
build error fixed
1 parent a27eb6b commit aaacc5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/project-editor/lvgl/widgets/Keyboard.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ import { KEYBOARD_MODES } from "project-editor/lvgl/lvgl-constants";
2222

2323
import { LVGLTextareaWidget, LVGLWidget } from "./internal";
2424
import {
25-
getAncestorOfType,
2625
getChildOfObject,
2726
Message,
2827
propertyNotFoundMessage
2928
} from "project-editor/store";
3029
import { ProjectEditor } from "project-editor/project-editor-interface";
31-
import { Page } from "project-editor/features/page/page";
3230

3331
////////////////////////////////////////////////////////////////////////////////
3432

0 commit comments

Comments
 (0)