diff --git a/app/app.scm b/app/app.scm index f66dcfe..c076d4f 100644 --- a/app/app.scm +++ b/app/app.scm @@ -1,7 +1,10 @@ -(m.mount - document.body - (mithril:comp - (sxml - (main - (h1 "Nitinol App Template"))))) +(define repl (mithril:repl "lips> ") + "The LIPS repl component.") + +(define app-root (document.querySelector "#app") + "Mount point for the application root. This is where your app should go.") + +(m.mount + (document.querySelector "#repl") + repl) diff --git a/app/index.html b/app/index.html index 2e0c142..1b7bff4 100644 --- a/app/index.html +++ b/app/index.html @@ -11,6 +11,8 @@
+ + diff --git a/lib/nitinol b/lib/nitinol index c3520a5..a247c89 160000 --- a/lib/nitinol +++ b/lib/nitinol @@ -1 +1 @@ -Subproject commit c3520a5b323a367e1f600124641095c59cb1163d +Subproject commit a247c89332d28d4324070ece8d5c8594ba2b9389