-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into issues/8562/Nursing_tab_ui
- Loading branch information
Showing
15 changed files
with
115 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,37 @@ | ||
import Asset from "./Asset.json"; | ||
import Auth from "./Auth.json"; | ||
import Bed from "./Bed.json"; | ||
import Common from "./Common.json"; | ||
import Consultation from "./Consultation.json"; | ||
import CoverImageEdit from "./CoverImageEdit.json"; | ||
import Diagnosis from "./Diagnosis.json"; | ||
import Entities from "./Entities.json"; | ||
import ErrorPages from "./ErrorPages.json"; | ||
import ExternalResult from "./ExternalResult.json"; | ||
import Facility from "./Facility.json"; | ||
import FileUpload from "./FileUpload.json"; | ||
import Hub from "./Hub.json"; | ||
import Medicine from "./Medicine.json"; | ||
import Notifications from "./Notifications.json"; | ||
import Shifting from "./Shifting.json"; | ||
import Users from "./Users.json"; | ||
|
||
export default { | ||
...Auth, | ||
...Asset, | ||
...Common, | ||
...Consultation, | ||
...CoverImageEdit, | ||
...Entities, | ||
...ErrorPages, | ||
...ExternalResult, | ||
...Facility, | ||
...Hub, | ||
...Medicine, | ||
...Diagnosis, | ||
...Notifications, | ||
...Shifting, | ||
...Bed, | ||
...Users, | ||
...FileUpload, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.