feat: remove unused imports in CameraViewModel
This commit is contained in:
parent
79878f6fb5
commit
2395f9b3f6
|
|
@ -1 +0,0 @@
|
|||
package com.syaroful.agrilinkvocpro.diseasedetection_feature.pages
|
||||
|
|
@ -162,7 +162,7 @@ fun DetailScreen(
|
|||
color = Color(0xFFFF3D3D)
|
||||
)
|
||||
Text(
|
||||
data.diagnosis ?: "Unknown",
|
||||
data.diagnosis,
|
||||
style = MaterialTheme.typography.headlineSmall
|
||||
)
|
||||
Text(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user