mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Move clog gui to its own package
This commit is contained in:
parent
c9d8589398
commit
5235bdf307
5 changed files with 168 additions and 137 deletions
|
|
@ -2,7 +2,7 @@
|
|||
;;; This app gives access to its users your local files.
|
||||
|
||||
(defpackage #:clog-user
|
||||
(:use #:cl #:clog)
|
||||
(:use #:cl #:clog #:clog-gui)
|
||||
(:export start-demo))
|
||||
|
||||
(in-package :clog-user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue