diff --git a/inst/apps/002-text/app.R b/inst/apps/002-text/app.R index 9aff1e850c..9d97c55d6e 100644 --- a/inst/apps/002-text/app.R +++ b/inst/apps/002-text/app.R @@ -60,5 +60,6 @@ server <- function(input, output) { } + # Create Shiny app ---- shinyApp(ui = ui, server = server)