Skip to content

Commit fe1859d

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
test(demo): change demo route to /simple-timer
1 parent adba800 commit fe1859d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/flowingcode/vaadin/addons/simpletimer/SimpletimerDemoView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import java.math.BigDecimal;
3434

3535
@SuppressWarnings("serial")
36-
@Route(value = "simpletimer", layout = DemoLayout.class)
36+
@Route(value = "simple-timer", layout = DemoLayout.class)
3737
public class SimpletimerDemoView extends Div {
3838

3939
public SimpletimerDemoView() {

0 commit comments

Comments
 (0)