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 6e75be0 commit 8f22a32Copy full SHA for 8f22a32
src/test/java/com/flowingcode/addons/applayout/SampleView.java
@@ -19,13 +19,15 @@
19
*/
20
package com.flowingcode.addons.applayout;
21
22
+import com.vaadin.flow.component.dependency.Uses;
23
import com.vaadin.flow.component.html.Div;
24
import com.vaadin.flow.component.html.Span;
25
import com.vaadin.flow.router.Route;
26
import org.junit.Ignore;
27
28
@SuppressWarnings("serial")
29
@Route(value = "view", layout = CustomAppLayout.class)
30
+@Uses(AppLayout.class)
31
@Ignore
32
public class SampleView extends Div {
33
0 commit comments