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 a845b43 commit b47b7e6Copy full SHA for b47b7e6
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/src/fc-applayout.ts")
46
-@NpmPackage(value = "@flowingcode/fc-applayout", version = "0.9.8")
+@NpmPackage(value = "@flowingcode/fc-applayout", version = "1.0.0")
47
@CssImport(value = "./styles/applayout-styles.css", themeFor = "fc-applayout")
48
public class AppLayout extends Div implements RouterLayout {
49
0 commit comments