Party List Screen
fun PartyListScreen(onPartyClick: (String) -> Unit, onBack: () -> Unit, viewModel: EduskuntaViewModel)
Screen for displaying the list of parties.
Parameters
on Party Click
The function to be called when a party is clicked.
on Back
The function to be called when the back button is pressed.
view Model
The view model for the app.