refactor: небольшие изменения
This commit is contained in:
21
app/logs.R
Normal file
21
app/logs.R
Normal file
@@ -0,0 +1,21 @@
|
||||
box::use(
|
||||
shiny[...],
|
||||
bslib[...]
|
||||
)
|
||||
|
||||
options(box.path = here::here())
|
||||
box::use(
|
||||
modules/db,
|
||||
modules/utils,
|
||||
app/forms
|
||||
)
|
||||
|
||||
#' @export
|
||||
server <- function(id, values, scheme, mhcs) {
|
||||
|
||||
ns <- NS(id)
|
||||
|
||||
moduleServer(id, function(input, output, session) {
|
||||
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user