mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
refactor: remove kotlinx-datetime
dependency
This commit is contained in:
parent
22667997df
commit
21b5f3e4f3
8 changed files with 7 additions and 12 deletions
|
@ -13,7 +13,7 @@ import androidx.compose.ui.text.capitalize
|
|||
import androidx.compose.ui.text.intl.Locale
|
||||
import androidx.compose.ui.unit.dp
|
||||
import dev.msfjarvis.claw.common.ui.surfaceColorAtNavigationBarElevation
|
||||
import kotlinx.datetime.Month
|
||||
import java.time.Month
|
||||
|
||||
@Composable
|
||||
fun MonthHeader(month: Month) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue