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 b5715fe commit 3418feaCopy full SHA for 3418fea
src/test/java/com/flowingcode/addons/applayout/AbstractLayoutView.java renamed to src/test/java/com/flowingcode/addons/applayout/SampleView.java
@@ -24,9 +24,9 @@
24
import com.vaadin.flow.router.Route;
25
import org.junit.Ignore;
26
27
-@Route(value = "view", layout = AbstractLayoutDemo.class)
28
-@Ignore
29
-public class AbstractLayoutView extends Div {
+@SuppressWarnings("serial")
+@Route(value = "view", layout = CustomAppLayout.class)
+public class SampleView extends Div {
30
31
{
32
add(new Span("Hello world"));
0 commit comments