Skip to content

Commit

Permalink
[ADD/#20] SelectedDateState ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledEgg-s committed Jul 9, 2024
1 parent 76615cc commit 6e89f2a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.terning.feature.calendar.models

import java.time.LocalDate

data class SelectedDateState(
val selectedDate: LocalDate,
val isEnabled: Boolean
)

0 comments on commit 6e89f2a

Please sign in to comment.