Skip to content

Commit

Permalink
build: fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rl3x authored Sep 7, 2023
1 parent 8fabb5f commit 1b509c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import androidx.compose.ui.util.fastForEachIndexed
import kotlinx.coroutines.flow.map
import de.charlex.compose.speeddial.R

@ExperimentalMaterialApi
@Composable
Expand Down

0 comments on commit 1b509c7

Please sign in to comment.