Simple Top Bar
fun SimpleTopBar(title: String, onBackClick: () -> Unit, actions: @Composable RowScope.() -> Unit = {})
Simplified version with just back button and title - most common use case
Simplified version with just back button and title - most common use case