0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
penpot/backend/uxbox/config.clj
2015-12-30 00:18:59 +02:00

7 lines
165 B
Clojure

(ns uxbox.config
(:require [clojure.java.io :as io]
[nomad :refer [read-config]]))
(defn component
[path]
(nomad/read-config (io/resource path)))