Skip to content

Commit

Permalink
Merge pull request #19 from dancinoman/main
Browse files Browse the repository at this point in the history
added bill link to navigation bar
  • Loading branch information
michaelbontyes authored Sep 4, 2024
2 parents 9a7726e + 2ef21ed commit 8c297d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,7 @@ dist
# SvelteKit build / generate output
.svelte-kit

# Makefile automation file
makefile

# End of https://www.toptal.com/developers/gitignore/api/node
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,15 @@
}
}
},
"@openmrs/esm-home-app": {
"extensionSlots": {
"home-dashboard-slot": {
"add": [
"billing-checkin-form"
]
}
}
},
"@openmrs/esm-primary-navigation-app": {
"externalRefLinks": [
{
Expand Down

0 comments on commit 8c297d3

Please sign in to comment.