Skip to content

Commit

Permalink
Remove wild card import
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeroseman committed Aug 15, 2023
1 parent 649cf49 commit a40ea66
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ import androidx.compose.runtime.remember
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.unit.dp
import kotlinx.coroutines.*
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.delay
import kotlinx.coroutines.launch

@Composable
fun ProgressIndicatorExamples(){
Expand Down

0 comments on commit a40ea66

Please sign in to comment.