feat: remove unused imports in CameraViewModel

This commit is contained in:
Cutiful 2025-06-12 11:40:17 +07:00
parent 79878f6fb5
commit 2395f9b3f6
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
package com.syaroful.agrilinkvocpro.diseasedetection_feature.pages

View File

@ -162,7 +162,7 @@ fun DetailScreen(
color = Color(0xFFFF3D3D) color = Color(0xFFFF3D3D)
) )
Text( Text(
data.diagnosis ?: "Unknown", data.diagnosis,
style = MaterialTheme.typography.headlineSmall style = MaterialTheme.typography.headlineSmall
) )
Text( Text(