AddEducationScreen

@Composable
fun AddEducationScreen(resumeId: Int? = null, onSaveEducationClick: (Int) -> Unit, viewModel: AddEducationViewModel = hiltViewModel())