Skip to content

Commit

Permalink
fix: import fc-menuitem.js instead of .ts
Browse files Browse the repository at this point in the history
Close #66
  • Loading branch information
javier-godoy committed Apr 19, 2021
1 parent fa28365 commit 344b372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@NpmPackage(value = "@polymer/iron-collapse", version = "^3.0.1")
@NpmPackage(value = "@polymer/paper-item", version = "3.0.1")
@Tag("fc-menuitem")
@JsModule("@flowingcode/fc-menuitem/src/fc-menuitem.ts")
@JsModule("@flowingcode/fc-menuitem/fc-menuitem.js")
@NpmPackage(value = "@flowingcode/fc-menuitem", version = "~0.9.5")
public class MenuItem extends SlottedMenuItem
implements HasOrderedComponents, HasMenuItemCommands<MenuItem>, HasMenuItemIcon<MenuItem> {
Expand Down

0 comments on commit 344b372

Please sign in to comment.