Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Jan 26, 2025
1 parent e0f5171 commit a99e03d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion inst/virtual_patient_simulator/bs4/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2840,7 +2840,7 @@
"checksum": "72a487d3ae1c545825cbacc33e18b67a"
},
"ui.R": {
"checksum": "5875a9ed80d9f5ac1e212fd2f5c26e44"
"checksum": "b799d05cbe115bf483bc5a9259a8e12a"
},
"www/case_studies_img/patient1-1.svg": {
"checksum": "81e0f312e2e3a7ef45f285a1f203d451"
Expand Down
10 changes: 5 additions & 5 deletions inst/virtual_patient_simulator/bs4/ui.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source("navbar.R", local = TRUE)
source("sidebar.R", local = TRUE)
source("body.R", local = TRUE)
source("footer.R", local = TRUE)
source("dashboardControlbar.R", local = TRUE)
source("navbar.R")
source("sidebar.R")
source("body.R")
source("footer.R")
source("dashboardControlbar.R")

ui <- bs4Dash::dashboardPage(
# content
Expand Down

0 comments on commit a99e03d

Please sign in to comment.