Files
shiny/inst/examples/11_timer/ui.R

3 lines
49 B
R

shinyUI(fluidPage(
textOutput("currentTime")
))