tj
2025-04-01 a633841f1d282244e42d45a84aca55533df34229
app/src/main/java/com/example/firstapp/entity/Item.kt
@@ -3,5 +3,5 @@
data class Item(
    val id: Int,
    val title: String,
    val description: String
    val description: String
)