MainApp

fun MainApp(composable: @Composable () -> Unit)

Core wrapper for the application UI.

Applies the PuntroSalesDemoTheme and sets up a Surface with the theme's background color.

Parameters

composable

The content to be displayed within the application shell.