File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
compose/snippets/src/main/java/com/example/compose/snippets/components Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1717package com.example.compose.snippets.components
1818
1919import androidx.compose.foundation.layout.Arrangement
20- import androidx.compose.foundation.layout.Box
2120import androidx.compose.foundation.layout.Row
2221import androidx.compose.foundation.layout.fillMaxSize
2322import androidx.compose.foundation.layout.fillMaxWidth
@@ -41,15 +40,13 @@ import androidx.compose.runtime.LaunchedEffect
4140import androidx.compose.runtime.getValue
4241import androidx.compose.runtime.mutableStateOf
4342import androidx.compose.runtime.remember
44- import androidx.compose.runtime.rememberCoroutineScope
4543import androidx.compose.runtime.setValue
4644import androidx.compose.ui.Alignment
4745import androidx.compose.ui.Modifier
4846import androidx.compose.ui.text.style.TextAlign
4947import androidx.compose.ui.tooling.preview.Preview
5048import androidx.compose.ui.unit.DpSize
5149import androidx.compose.ui.unit.dp
52- import kotlinx.coroutines.launch
5350
5451@Composable
5552fun TooltipExamples () {
You can’t perform that action at this time.
0 commit comments