Removes unecessary import.

This commit is contained in:
Vitor Pamplona
2023-08-22 11:06:10 -04:00
parent 98c55661e8
commit 9018175f54

View File

@@ -6,7 +6,6 @@ import androidx.compose.foundation.pager.PagerState
import androidx.compose.foundation.pager.rememberPagerState
import androidx.compose.runtime.Composable
import androidx.compose.runtime.DisposableEffect
import androidx.compose.runtime.saveable.Saver
import androidx.compose.runtime.saveable.rememberSaveable
import com.vitorpamplona.amethyst.ui.navigation.Route
import kotlin.math.roundToInt