We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced6e78 commit 9968f30Copy full SHA for 9968f30
src/main/java/com/flowingcode/addons/applayout/AppLayout.java
@@ -42,7 +42,7 @@
42
*/
43
@SuppressWarnings("serial")
44
@Tag("fc-applayout")
45
-@JsModule("@flowingcode/fc-applayout/src/fc-applayout.ts")
+@JsModule("@flowingcode/fc-applayout/fc-applayout.js")
46
@NpmPackage(value = "@flowingcode/fc-applayout", version = "1.3.0")
47
@CssImport(value = "./styles/applayout-styles.css", themeFor = "fc-applayout")
48
public class AppLayout extends Div implements RouterLayout {
0 commit comments