Fix package loading
This commit is contained in:
parent
e221d0dae5
commit
87701270f4
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
(:use :cl)
|
(:use :cl)
|
||||||
(:export :with-breadcrumb))
|
(:export :with-breadcrumb))
|
||||||
|
|
||||||
|
(in-package :ml-sbt/breadcrumb)
|
||||||
|
|
||||||
(defmacro with-breadcrumb (&rest items)
|
(defmacro with-breadcrumb (&rest items)
|
||||||
"Creates a Bootstrap breadcrumb navigation.
|
"Creates a Bootstrap breadcrumb navigation.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue