diff options
Diffstat (limited to 'inst/GUI/ui.R')
-rw-r--r-- | inst/GUI/ui.R | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/inst/GUI/ui.R b/inst/GUI/ui.R deleted file mode 100644 index 2b0b8687..00000000 --- a/inst/GUI/ui.R +++ /dev/null @@ -1,14 +0,0 @@ -library(shiny)
-shinyUI(pageWithSidebar(
-
- headerPanel("shiny GUI for mkin"),
-
- sidebarPanel(
- textInput("test", "Test:", "test input")
- ),
-
- mainPanel(
- textOutput("test")
- )
-))
-# vim: set ts=2 sw=2 foldmethod=marker expandtab:
|