Skip to content

Commit

Permalink
Update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis committed Apr 18, 2024
1 parent 59af405 commit ab5f770
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package net.skyscanner.backpack.reactnative.calendar

import com.facebook.react.bridge.JSApplicationIllegalArgumentException
import java.time.bp.LocalDate
import java.time.LocalDate

interface DateMatcher {
companion object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import net.skyscanner.backpack.calendar.model.CalendarSelection
import net.skyscanner.backpack.calendar.model.SingleDay
import net.skyscanner.backpack.calendar.presenter.SelectionType
import net.skyscanner.backpack.reactnative.BpkViewStateHolder
import java.time.bp.LocalDate
import java.time.LocalDate
import java.util.Locale

@SuppressLint("ViewConstructor")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package net.skyscanner.backpack.reactnative.calendar
import androidx.annotation.ColorInt
import net.skyscanner.backpack.calendar.model.CalendarCellStyle
import net.skyscanner.backpack.calendar.model.ColoredBucket
import java.time.bp.LocalDate
import java.time.LocalDate

internal data class RNColorBucket(
@ColorInt val color: Int,
Expand Down

0 comments on commit ab5f770

Please sign in to comment.