update namespaces
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
(ns lazygitclj.core
|
||||
"lazygitclj - A lazygit-inspired TUI for git."
|
||||
(:require [tui.simple :as tui]
|
||||
[tui.core :refer [quit]]
|
||||
(:require [tui.core :as tui :refer [quit]]
|
||||
[lazygitclj.git :as git]
|
||||
[clojure.string :as str]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user