diff options
Diffstat (limited to 'src/view/main.phel')
| -rw-r--r-- | src/view/main.phel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/main.phel b/src/view/main.phel index 34cb792..ddff28e 100644 --- a/src/view/main.phel +++ b/src/view/main.phel @@ -1,4 +1,4 @@ -(ns web-skeleton\view\main +(ns lezer\view\main (:require phel\html :refer [html doctype])) (def- head @@ -27,4 +27,4 @@ (def index-html (html (doctype :html5) head - content))
\ No newline at end of file + content)) |
