Skip to content

Commit

Permalink
minimal: correct require in ns form in app
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Jul 26, 2023
1 parent 36cfc4a commit fb1e8f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/practicalli/minimal/src/app.clj.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

(ns {{top/ns}}.{{main/ns}}
(:gen-class)
(:reqiure [com.brunobonacci.mulog :as mulog]))
(:require
[com.brunobonacci.mulog :as mulog]))

;; ---------------------------------------------------------
;; Application
Expand Down

0 comments on commit fb1e8f4

Please sign in to comment.