mirror of
https://github.com/penpot/penpot.git
synced 2025-04-01 01:21:21 -05:00
:bugfix: Add require macros
This commit is contained in:
parent
7b1f84f509
commit
590c57c18d
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
(ns app.common.exceptions
|
(ns app.common.exceptions
|
||||||
"A helpers for work with exceptions."
|
"A helpers for work with exceptions."
|
||||||
|
#?(:cljs
|
||||||
|
(:require-macros [app.common.exceptions]))
|
||||||
(:require [clojure.spec.alpha :as s]))
|
(:require [clojure.spec.alpha :as s]))
|
||||||
|
|
||||||
(s/def ::type keyword?)
|
(s/def ::type keyword?)
|
||||||
|
|
Loading…
Add table
Reference in a new issue