diff --git a/src/route_map/core.cljc b/src/route_map/core.cljc index d0cbc83..18a679d 100644 --- a/src/route_map/core.cljc +++ b/src/route_map/core.cljc @@ -1,5 +1,6 @@ (ns route-map.core - (:require [clojure.string :as str])) + (:require [clojure.string :as str]) + (:refer-clojure :exclude [regexp?])) (defn pathify [path] (filterv #(not (str/blank? %)) (str/split path #"/")))