Adding load (not yet working) and save (working).
This commit is contained in:
parent
7e47fb193c
commit
ba4cb9a25a
|
@ -4,7 +4,9 @@
|
|||
(:require [hiccup.core :refer [html]]
|
||||
[noir.io :as io]
|
||||
[noir.session :as session]
|
||||
[ring.util.response :as response]))
|
||||
[ring.util.response :as response]
|
||||
[mw-ui.layout :as layout]
|
||||
))
|
||||
|
||||
|
||||
(defn- upload [file]
|
||||
|
|
Loading…
Reference in a new issue