File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
shared/src/commonMain/kotlin/dev/dimension/flare/ui/model/mapper Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ import dev.dimension.flare.ui.model.UiTimeline
4444import dev.dimension.flare.ui.model.UiUserV2
4545import dev.dimension.flare.ui.model.toHtml
4646import dev.dimension.flare.ui.render.toUi
47- import kotlin.time.Clock
48- import kotlin.time.Instant
49- import kotlin.uuid.Uuid
5047import kotlinx.collections.immutable.persistentListOf
5148import kotlinx.collections.immutable.persistentMapOf
5249import kotlinx.collections.immutable.toImmutableList
@@ -56,6 +53,9 @@ import kotlinx.datetime.TimeZone
5653import kotlinx.datetime.toInstant
5754import moe.tlaster.twitter.parser.TwitterParser
5855import moe.tlaster.twitter.parser.UrlToken
56+ import kotlin.time.Clock
57+ import kotlin.time.Instant
58+ import kotlin.uuid.Uuid
5959
6060private val twitterParser by lazy {
6161 TwitterParser (enableNonAsciiInUrl = false )
You can’t perform that action at this time.
0 commit comments