Skip to content

Commit 9968f30

Browse files
committed
fix: use js instead of ts
1 parent ced6e78 commit 9968f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/flowingcode/addons/applayout/AppLayout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
@SuppressWarnings("serial")
4444
@Tag("fc-applayout")
45-
@JsModule("@flowingcode/fc-applayout/src/fc-applayout.ts")
45+
@JsModule("@flowingcode/fc-applayout/fc-applayout.js")
4646
@NpmPackage(value = "@flowingcode/fc-applayout", version = "1.3.0")
4747
@CssImport(value = "./styles/applayout-styles.css", themeFor = "fc-applayout")
4848
public class AppLayout extends Div implements RouterLayout {

0 commit comments

Comments
 (0)