Skip to content

Commit 55b6b92

Browse files
committed
[BOOK-169] chore: 미사용 Book 클래스 제거
1 parent 0441bfc commit 55b6b92

File tree

1 file changed

+0
-8
lines changed
  • feature/home/src/main/kotlin/com/ninecraft/booket/feature/home

1 file changed

+0
-8
lines changed

feature/home/src/main/kotlin/com/ninecraft/booket/feature/home/HomeUiState.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,3 @@ sealed interface HomeUiEvent : CircuitUiEvent {
1717
data class OnRecordButtonClick(val userBookId: String) : HomeUiEvent
1818
data object OnBookDetailClick : HomeUiEvent
1919
}
20-
21-
data class Book(
22-
val title: String = "",
23-
val author: String = "",
24-
val publisher: String = "",
25-
val imageUrl: String = "",
26-
val reviewCount: Int = 0,
27-
)

0 commit comments

Comments
 (0)