Skip to content

Commit 1878e0f

Browse files
committed
chore: fix typecheck
1 parent b9f1c4c commit 1878e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/node/__tests__/host-docks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('devToolsDockHost', () => {
5151
id: 'my-special-panel',
5252
title: 'Special Panel',
5353
icon: 'special',
54-
import: {
54+
renderer: {
5555
importFrom: './component.js',
5656
importName: 'MyComponent',
5757
},

0 commit comments

Comments
 (0)