Skip to content

Commit

Permalink
Update ExampleView preview name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantoinefortier committed Dec 8, 2023
1 parent ab7abfc commit f255fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fun ExampleView(viewModel: ExampleViewModel) {

@Preview(showSystemUi = true)
@Composable
fun PreviewGreeting() {
fun PreviewExampleView() {
PreviewContext { viewModelFactory ->
ExampleView(
viewModel = viewModelFactory.example()
Expand Down

0 comments on commit f255fd7

Please sign in to comment.