From 81d51306de892cca8f7fa1cfa5415e4e8dacceb8 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Mon, 4 Dec 2023 16:25:10 -0500 Subject: [PATCH] touch app --- inst/apps/002-text/app.R | 1 + 1 file changed, 1 insertion(+) 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)