Skip to content

Instantly share code, notes, and snippets.

@hiteshchopra11
Created March 6, 2022 07:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hiteshchopra11/8a4754e92bf54a7649e905712ef614cb to your computer and use it in GitHub Desktop.
@Preview
@Composable
fun PreviewEmployeeInformation(){
EmployeeInformationUI(
fakeEmployeeData()
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment