Fix package naming
This commit is contained in:
parent
82baddfd0a
commit
4ae2b1f1a1
3 changed files with 9 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
:*l10n*
|
||||
:find-l10n)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/btn
|
||||
:dev.metalisp.sbt/component/btn
|
||||
:btn-outline-success
|
||||
:btn-primary)
|
||||
(:import-from
|
||||
|
|
|
@ -28,8 +28,12 @@
|
|||
(defpackage dev.metalisp.sbt/navbar
|
||||
(:use :cl)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/btn
|
||||
:dev.metalisp.sbt/component/btn
|
||||
:btn-outline-success)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/layout/grid
|
||||
:con
|
||||
:row
|
||||
(:export
|
||||
:navbar
|
||||
:brand
|
||||
|
@ -127,8 +131,8 @@ Example:
|
|||
`(spinneret:with-html
|
||||
(:div :id ,id
|
||||
:class ,(format nil "collapse ~a" color)
|
||||
(dev.metalisp.sbt/grid:con ()
|
||||
(dev.metalisp.sbt/grid:row ()
|
||||
(con ()
|
||||
(row ()
|
||||
,@body)))))
|
||||
|
||||
(defmacro form-search ()
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
:*l10n*
|
||||
:find-l10n)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/btn
|
||||
:dev.metalisp.sbt/component/btn
|
||||
:btn-primary)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/utility
|
||||
|
|
Loading…
Add table
Reference in a new issue