Skip to content

Commit

Permalink
Fix test conflicting route
Browse files Browse the repository at this point in the history
  • Loading branch information
caalador committed Oct 24, 2024
1 parent 8f30821 commit 2cf7e0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ public static class MyInfo extends Component {
}

@Tag("div")
@Route("hilla")
@Menu(title = "hilla")
@Route("about")
@Menu(title = "about")
public static class ConflictRoute extends Component {
}

Expand Down

0 comments on commit 2cf7e0e

Please # to comment.