File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
JetLagged/app/src/main/java/com/example/jetlagged Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ import androidx.compose.ui.Alignment.Companion.Center
5151import androidx.compose.ui.Alignment.Companion.CenterHorizontally
5252import androidx.compose.ui.Alignment.Companion.CenterStart
5353import androidx.compose.ui.Alignment.Companion.CenterVertically
54- import androidx.compose.ui.ExperimentalComposeUiApi
5554import androidx.compose.ui.Modifier
5655import androidx.compose.ui.draw.drawBehind
5756import androidx.compose.ui.graphics.Color
@@ -170,7 +169,6 @@ fun TwoLineInfoCard(
170169 }
171170}
172171
173- @OptIn(ExperimentalComposeUiApi ::class )
174172@Preview
175173@Preview(widthDp = 500 , name = " larger screen" )
176174@Composable
@@ -186,7 +184,6 @@ fun AverageTimeInBedCard(modifier: Modifier = Modifier) {
186184 )
187185}
188186
189- @OptIn(ExperimentalComposeUiApi ::class )
190187@Preview
191188@Preview(widthDp = 500 , name = " larger screen" )
192189@Composable
@@ -202,7 +199,7 @@ fun AverageTimeAsleepCard(modifier: Modifier = Modifier) {
202199 )
203200}
204201
205- @OptIn(ExperimentalLayoutApi ::class , ExperimentalComposeUiApi :: class )
202+ @OptIn(ExperimentalLayoutApi ::class )
206203@Preview
207204@Composable
208205fun WellnessCard (
You can’t perform that action at this time.
0 commit comments