Skip to content

Commit

Permalink
[FIX/#183] 1차 리뷰 기반 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
boiledeggg committed Aug 26, 2024
1 parent fcaf31d commit 828055c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import androidx.compose.foundation.gestures.snapping.rememberSnapFlingBehavior
import androidx.compose.foundation.lazy.LazyListState
import androidx.compose.runtime.Composable
import androidx.compose.runtime.remember
import javax.inject.Singleton

internal object CalendarDefaults {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ import java.time.LocalDate

@Composable
fun CalendarWeekRoute(
modifier: Modifier = Modifier,
calendarUiState: CalendarUiState,
navigateToAnnouncement: (Long) -> Unit,
updateSelectedDate: (LocalDate) -> Unit,
modifier: Modifier = Modifier,
viewModel: CalendarWeekViewModel = hiltViewModel()
) {
val lifecycleOwner = LocalLifecycleOwner.current
Expand Down

0 comments on commit 828055c

Please sign in to comment.