git.fiddlerwoaroof.com
Browse code

fix: export component from main package

Edward Langley authored on 08/11/2023 11:09:19
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
   (:use :cl :fwoar.cl-git.protocol)
16 16
   (:import-from :fwoar.cl-git.commit #:git-commit)
17 17
   (:export #:ensure-ref #:repository #:*want-delta* #:git-object
18
-           #:hash #:*git-encoding* #:git-commit #:ref))
18
+           #:hash #:*git-encoding* #:git-commit #:ref #:component))
19 19
 
20 20
 (defpackage :fwoar.cl-git.types
21 21
   (:use :cl )