0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00
penpot/backend/uxbox/config.clj

8 lines
165 B
Clojure
Raw Normal View History

2015-06-18 12:35:50 -05:00
(ns uxbox.config
(:require [clojure.java.io :as io]
[nomad :refer [read-config]]))
(defn component
[path]
(nomad/read-config (io/resource path)))