Rename ui to components
This commit is contained in:
parent
622252d0b5
commit
db2c70496d
3 changed files with 6 additions and 6 deletions
src/routes
|
@ -2,7 +2,7 @@
|
|||
(:use #:cl)
|
||||
(:local-nicknames (#:pi #:piccolo))
|
||||
(:local-nicknames (#:jg #:jingle))
|
||||
(:local-nicknames (#:ui #:hp/ui/*))
|
||||
(:local-nicknames (#:cmp #:hp/components/*))
|
||||
(:export #:on-get))
|
||||
(in-package #:hp/routes/index)
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
(pi:define-element page ()
|
||||
(pi:h
|
||||
(ui:layout
|
||||
(cmp:layout
|
||||
(section :class "h-full flex justify-center items-center"
|
||||
(p :class "text-primary text-4xl"
|
||||
"Hello World!")))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue