update entire app to begin using bslib instead of flexdashboard

This commit is contained in:
2026-04-04 18:01:58 -04:00
parent 81a67982b1
commit f7a09affec
6 changed files with 1057 additions and 124 deletions
+5
View File
@@ -0,0 +1,5 @@
source("global.R")
source("ui.R")
source("server.R")
shinyApp(ui = ui, server = server)