Remove unused constant (#4358)

This commit is contained in:
David Perez
2024-11-21 14:50:37 -06:00
committed by GitHub
parent 06b08d595b
commit bef6ffc094

View File

@@ -67,11 +67,6 @@ import com.x8bit.bitwarden.ui.platform.composition.LocalIntentManager
import com.x8bit.bitwarden.ui.platform.manager.intent.IntentManager
import com.x8bit.bitwarden.ui.platform.theme.BitwardenTheme
/**
* Constant string to be used in string annotation tag field
*/
private const val TAG_URL = "URL"
/**
* Top level composable for the start registration screen.
*/