Skip to content

Commit

Permalink
[feature/droidknights#300] Remove leagcy route object in navigation f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
l2hyunwoo committed May 30, 2024
1 parent 1dbdb5a commit 95561ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ fun NavGraphBuilder.bookmarkNavGraph(
BookmarkRoute(onShowErrorSnackBar)
}
}

object BookmarkRoute {

const val ROUTE = "bookmark"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ fun NavGraphBuilder.homeNavGraph(
HomeRoute(padding, onSessionClick, onContributorClick, onShowErrorSnackBar)
}
}

object HomeRoute {

const val ROUTE = "home"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,3 @@ fun NavGraphBuilder.settingNavGraph(
SettingScreen(padding, onChangeDarkTheme)
}
}

object SettingRoute {

const val ROUTE_SETTING = "setting"
}

0 comments on commit 95561ac

Please sign in to comment.