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 59ede25 commit 19979a7Copy full SHA for 19979a7
src/main/java/com/flowingcode/addons/applayout/AppLayout.java
@@ -43,7 +43,7 @@
43
@SuppressWarnings("serial")
44
@Tag("fc-applayout")
45
@JsModule("@flowingcode/fc-applayout/fc-applayout.js")
46
-@NpmPackage(value = "@flowingcode/fc-applayout", version = "1.3.0")
+@NpmPackage(value = "@flowingcode/fc-applayout", version = "1.4.0")
47
@CssImport(value = "./styles/applayout-styles.css", themeFor = "fc-applayout")
48
public class AppLayout extends Div implements RouterLayout {
49
0 commit comments