We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1eb44 commit 9d9afa5Copy full SHA for 9d9afa5
src/test/java/com/flowingcode/vaadin/addons/gridhelpers/GridHelpersDemoView.java
@@ -24,10 +24,12 @@
24
import com.flowingcode.vaadin.addons.GithubLink;
25
import com.flowingcode.vaadin.addons.demo.TabbedDemo;
26
import com.vaadin.flow.component.dependency.StyleSheet;
27
+import com.vaadin.flow.router.ParentLayout;
28
import com.vaadin.flow.router.Route;
29
30
@SuppressWarnings("serial")
-@Route(value = "grid-helpers", layout = DemoLayout.class)
31
+@ParentLayout(DemoLayout.class)
32
+@Route("grid-helpers")
33
@GithubLink("https://github.com/FlowingCode/GridHelpers")
34
@StyleSheet("context://gridhelpers/styles.css")
35
public class GridHelpersDemoView extends TabbedDemo {
0 commit comments