Skip to content

Commit

Permalink
πŸ“‘ :: BottomNavItem
Browse files Browse the repository at this point in the history
  • Loading branch information
100Seung-Min committed Aug 10, 2022
1 parent 5abcbf8 commit 3c4584a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.moizaandroid.moiza.ui.main

data class BottomNavItem(
val route: String,
val icon: Int
)

0 comments on commit 3c4584a

Please sign in to comment.