Minor import fix.
This commit is contained in:
parent
f2fa130527
commit
4930387924
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
(defpackage :coleslaw-analytics
|
||||
(:use :cl)
|
||||
(:export #:enable))
|
||||
(:export #:enable)
|
||||
(:import-from :coleslaw #:add-injection))
|
||||
|
||||
(in-package :coleslaw-analytics)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue