FilesterNavHost

fun FilesterNavHost(modifier: Modifier = Modifier, navController: NavHostController, snackbarHostState: SnackbarHostState)

Serves as the navigation host for the application.

Uses type-safe navigation with dedicated route classes/objects to represent each destination, providing compile-time safety for navigation arguments.