diff --git a/source/clog-helpers.lisp b/source/clog-helpers.lisp index 751b5d2..4bec2a8 100644 --- a/source/clog-helpers.lisp +++ b/source/clog-helpers.lisp @@ -11,7 +11,7 @@ (defpackage #:clog-user (:use #:cl #:clog #:clog-gui #:clog-web) - (:export :*body*)) + (:export :*body* :clog-repl)) (defpackage #:clog-tools (:use #:cl #:clog #:clog-gui #:clog-web)