AboutPage

@Composable
fun ReversiScope.AboutPage(viewModel: AboutPageViewModel, modifier: Modifier = Modifier, onLeave: () -> Unit)

Simple about page presenting project and authorship information.

Parameters

viewModel

View model providing screen state and error handling.

modifier

Optional modifier to adjust layout in previews or reuse.

onLeave

Callback invoked when navigating back.