Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.

Commit cb795c5

Browse files
authored
Remove hardcoded about route (#148)
1 parent 13a096a commit cb795c5

File tree

1 file changed

+1
-1
lines changed
  • ui-vaadin/src/main/kotlin/edu/wpi/axon/ui/view/about

1 file changed

+1
-1
lines changed

ui-vaadin/src/main/kotlin/edu/wpi/axon/ui/view/about/AboutView.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import com.vaadin.flow.router.Route
1414
import com.vaadin.shrinkwrap.VaadinCoreShrinkWrap
1515
import edu.wpi.axon.ui.MainLayout
1616

17-
@Route(value = "about", layout = MainLayout::class)
17+
@Route(layout = MainLayout::class)
1818
@PageTitle("About")
1919
class AboutView : KComposite() {
2020

0 commit comments

Comments
 (0)