Skip to content

Commit 19dc715

Browse files
committed
forgot the import
1 parent 19efc03 commit 19dc715

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/io/github/fate_grand_automata/ui/runner/ScriptRunnerUI.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ import androidx.compose.foundation.shape.RoundedCornerShape
1414
import androidx.compose.material3.Icon
1515
import androidx.compose.material3.MaterialTheme
1616
import androidx.compose.material3.Surface
17+
import androidx.compose.material3.Text
1718
import androidx.compose.runtime.Composable
1819
import androidx.compose.runtime.getValue
1920
import androidx.compose.ui.Modifier
2021
import androidx.compose.ui.graphics.Color
2122
import androidx.compose.ui.input.pointer.pointerInput
2223
import androidx.compose.ui.res.painterResource
24+
import androidx.compose.ui.text.style.TextAlign
2325
import androidx.compose.ui.unit.dp
2426
import androidx.compose.ui.zIndex
2527
import io.github.fate_grand_automata.R

0 commit comments

Comments
 (0)