Skip to content

Commit

Permalink
[feat] #259 ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Sep 17, 2024
1 parent 40f7876 commit 5f7dce4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import androidx.hilt.navigation.compose.hiltViewModel
import androidx.lifecycle.compose.LocalLifecycleOwner
import androidx.lifecycle.compose.collectAsStateWithLifecycle
import androidx.lifecycle.flowWithLifecycle
import java.time.LocalDate
import java.time.format.DateTimeFormatter
import org.sopt.dateroad.R
import org.sopt.dateroad.domain.model.Place
import org.sopt.dateroad.domain.type.RegionType
Expand Down Expand Up @@ -87,8 +89,6 @@ import org.sopt.dateroad.presentation.util.amplitude.AmplitudeUtils
import org.sopt.dateroad.presentation.util.view.LoadState
import org.sopt.dateroad.ui.theme.DATEROADTheme
import org.sopt.dateroad.ui.theme.DateRoadTheme
import java.time.LocalDate
import java.time.format.DateTimeFormatter

@Composable
fun EnrollRoute(
Expand Down

0 comments on commit 5f7dce4

Please sign in to comment.