0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-28 07:31:25 -05:00

:bugfix: Add require macros

This commit is contained in:
Andrés Moya 2020-12-02 15:32:58 +01:00 committed by Hirunatan
parent 7b1f84f509
commit 590c57c18d

View file

@ -6,6 +6,8 @@
(ns app.common.exceptions
"A helpers for work with exceptions."
#?(:cljs
(:require-macros [app.common.exceptions]))
(:require [clojure.spec.alpha :as s]))
(s/def ::type keyword?)