mirror of
https://github.com/metosin/reitit.git
synced 2026-01-24 07:09:01 +00:00
cleanup imports
This commit is contained in:
parent
d90b7cff04
commit
4bbc1564ae
2 changed files with 1 additions and 6 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
(ns reitit.frontend
|
(ns reitit.frontend
|
||||||
""
|
""
|
||||||
(:require [reitit.core :as reitit]
|
(:require [reitit.core :as reitit]
|
||||||
[clojure.string :as str]
|
|
||||||
[clojure.set :as set]
|
[clojure.set :as set]
|
||||||
[reitit.coercion :as coercion]
|
[reitit.coercion :as coercion])
|
||||||
[goog.events :as e]
|
|
||||||
[goog.dom :as dom])
|
|
||||||
(:import goog.Uri))
|
(:import goog.Uri))
|
||||||
|
|
||||||
(defn query-params
|
(defn query-params
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
(ns reitit.frontend.history
|
(ns reitit.frontend.history
|
||||||
""
|
""
|
||||||
(:require [reitit.core :as reitit]
|
(:require [reitit.core :as reitit]
|
||||||
[clojure.string :as string]
|
|
||||||
[goog.events :as e]
|
[goog.events :as e]
|
||||||
[goog.dom :as dom]
|
|
||||||
[reitit.core :as r]
|
[reitit.core :as r]
|
||||||
[reitit.frontend :as rf]
|
[reitit.frontend :as rf]
|
||||||
[reitit.impl :as impl])
|
[reitit.impl :as impl])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue