summaryrefslogtreecommitdiff
path: root/src/dompa
diff options
context:
space:
mode:
Diffstat (limited to 'src/dompa')
-rw-r--r--src/dompa/templates.cljc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/dompa/templates.cljc b/src/dompa/templates.cljc
index 21ce8f9..2f79fd2 100644
--- a/src/dompa/templates.cljc
+++ b/src/dompa/templates.cljc
@@ -35,13 +35,3 @@
(cond-> {:node/name ~name}
attrs?# (assoc :node/attrs attrs#)
(seq children#) (assoc :node/children (->flat children#))))))
-
-(defhtml test-page []
- (let [n 123]
- ($ :<>
- ($ :div
- ($ "hello world" n))
- ($ "hello")
- ($ :div))))
-
-(test-page)