Fix packages path
This commit is contained in:
parent
ac5af71408
commit
4e61f5698a
3 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
:build-str-class
|
||||
:build-str-id)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/component/btn
|
||||
:dev.metalisp.sbt/btn
|
||||
:btn-outline-success
|
||||
:btn-primary)
|
||||
(:import-from
|
||||
|
|
|
@ -28,10 +28,10 @@
|
|||
(defpackage dev.metalisp.sbt/navbar
|
||||
(:use :cl)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/component/btn
|
||||
:dev.metalisp.sbt/btn
|
||||
:btn-outline-success)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/layout/grid
|
||||
:dev.metalisp.sbt/grid
|
||||
:con
|
||||
:row)
|
||||
(:export
|
||||
|
|
|
@ -17,13 +17,13 @@
|
|||
:*l10n*
|
||||
:find-l10n)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/component/btn
|
||||
:dev.metalisp.sbt/btn
|
||||
:btn-primary)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/utility
|
||||
:spacing)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/component/form
|
||||
:dev.metalisp.sbt/form
|
||||
:checkable
|
||||
:checkable-element
|
||||
:ctrl
|
||||
|
|
Loading…
Add table
Reference in a new issue