mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
refactor: remove unused HomeModels components
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
package hu.bbara.purefin.ui.screen.home.components
|
||||
|
||||
import java.util.UUID
|
||||
|
||||
data class HomeNavItem(
|
||||
val id: UUID,
|
||||
val label: String,
|
||||
val posterUrl: String,
|
||||
val selected: Boolean = false
|
||||
)
|
||||
|
||||
data class HomeUser(
|
||||
val name: String,
|
||||
val plan: String
|
||||
)
|
||||
Reference in New Issue
Block a user