Skip to content

Commit 9dbbbc9

Browse files
author
filip mertens
committed
2 parents 314feaa + db39fbf commit 9dbbbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/engine/web/src/lib/view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function isView<P extends Profile>(profile: Profile): profile is (ViewPro
99
export type ViewProfile = Profile & LocationProfile
1010

1111
export abstract class ViewPlugin extends Plugin {
12-
abstract render(): Element
12+
abstract render(): any
1313

1414
constructor(public profile: ViewProfile) {
1515
super(profile)

0 commit comments

Comments
 (0)