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-class
|
||||||
:build-str-id)
|
:build-str-id)
|
||||||
(:import-from
|
(:import-from
|
||||||
:dev.metalisp.sbt/component/btn
|
:dev.metalisp.sbt/btn
|
||||||
:btn-outline-success
|
:btn-outline-success
|
||||||
:btn-primary)
|
:btn-primary)
|
||||||
(:import-from
|
(:import-from
|
||||||
|
|
|
@ -28,10 +28,10 @@
|
||||||
(defpackage dev.metalisp.sbt/navbar
|
(defpackage dev.metalisp.sbt/navbar
|
||||||
(:use :cl)
|
(:use :cl)
|
||||||
(:import-from
|
(:import-from
|
||||||
:dev.metalisp.sbt/component/btn
|
:dev.metalisp.sbt/btn
|
||||||
:btn-outline-success)
|
:btn-outline-success)
|
||||||
(:import-from
|
(:import-from
|
||||||
:dev.metalisp.sbt/layout/grid
|
:dev.metalisp.sbt/grid
|
||||||
:con
|
:con
|
||||||
:row)
|
:row)
|
||||||
(:export
|
(:export
|
||||||
|
|
|
@ -17,13 +17,13 @@
|
||||||
:*l10n*
|
:*l10n*
|
||||||
:find-l10n)
|
:find-l10n)
|
||||||
(:import-from
|
(:import-from
|
||||||
:dev.metalisp.sbt/component/btn
|
:dev.metalisp.sbt/btn
|
||||||
:btn-primary)
|
:btn-primary)
|
||||||
(:import-from
|
(:import-from
|
||||||
:dev.metalisp.sbt/utility
|
:dev.metalisp.sbt/utility
|
||||||
:spacing)
|
:spacing)
|
||||||
(:import-from
|
(:import-from
|
||||||
:dev.metalisp.sbt/component/form
|
:dev.metalisp.sbt/form
|
||||||
:checkable
|
:checkable
|
||||||
:checkable-element
|
:checkable-element
|
||||||
:ctrl
|
:ctrl
|
||||||
|
|
Loading…
Add table
Reference in a new issue