Rename components to ui
This commit is contained in:
parent
72ef5ae639
commit
48c1dbd097
2 changed files with 3 additions and 3 deletions
src
|
@ -2,7 +2,7 @@
|
|||
(:use #:cl)
|
||||
(:import-from #:jingle)
|
||||
(:import-from #:markup)
|
||||
(:import-from #:hp/components/layout
|
||||
(:import-from #:hp/ui/layout
|
||||
#:layout)
|
||||
(:import-from #:hp/utils
|
||||
#:render-html
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
(defpackage #:hp/components/layout
|
||||
(defpackage #:hp/ui/layout
|
||||
(:use #:cl)
|
||||
(:import-from #:markup)
|
||||
(:export #:layout))
|
||||
(in-package #:hp/components/layout)
|
||||
(in-package #:hp/ui/layout)
|
||||
|
||||
(markup:enable-reader)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue