Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created May 13, 2024 21:51
Show Gist options
  • Save CostaFot/34396c328412715d6a67014fe5ccb58d to your computer and use it in GitHub Desktop.
Save CostaFot/34396c328412715d6a67014fe5ccb58d to your computer and use it in GitHub Desktop.
@Composable
fun FirstScreen(
navigate: () -> Unit,
firstContainer: FirstContainer = rememberFirstContainer(),
firstViewModel: FirstViewModel = viewModel(factory = firstContainer.viewModelFactory)
) {
// content...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment