SimpleTopBar

fun SimpleTopBar(title: String, onBackClick: () -> Unit, actions: @Composable RowScope.() -> Unit = {})

Simplified version with just back button and title - most common use case