Skip to content

Commit f6e868f

Browse files
committed
Fix missing import
1 parent 0c23312 commit f6e868f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose/snippets/src/androidTest/java/com/example/compose/snippets/semantics/SemanticsSnippets.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package com.example.compose.snippets.semantics
1818

19+
import androidx.compose.material3.Text
1920
import androidx.compose.runtime.Composable
2021
import androidx.compose.ui.semantics.Role
2122
import androidx.compose.ui.semantics.SemanticsProperties

0 commit comments

Comments
 (0)