Skip to content

Commit

Permalink
[feature/#300] Remove leagcy route object in navigation files
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed May 30, 2024
1 parent c01e472 commit 8dce647
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 8dce647

Please sign in to comment.