Skip to content

Commit 3036a71

Browse files
mlopezFCpaodb
authored andcommitted
chore(demo): rename route to applayout-full
1 parent c64d0ae commit 3036a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/flowingcode/addons/applayout/ApplayoutDemoView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import org.junit.Ignore;
4747

4848
@SuppressWarnings("serial")
49-
@Route(value = "applayout", layout = DemoLayout.class)
49+
@Route(value = "applayout-full", layout = DemoLayout.class)
5050
@StyleSheet("context://frontend/styles/app-layout/demo-styles.css")
5151
@Ignore
5252
public class ApplayoutDemoView extends VerticalLayout {

0 commit comments

Comments
 (0)