Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Created August 20, 2023 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqib-github-commits/f3f24d2770f8a4600c2081a9f7ca7a90 to your computer and use it in GitHub Desktop.
Save saqib-github-commits/f3f24d2770f8a4600c2081a9f7ca7a90 to your computer and use it in GitHub Desktop.
enum class MainRoute(value: String) {
Articles("articles"),
About("about"),
Settings("settings")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment