mirror of
https://github.com/metosin/reitit.git
synced 2026-01-04 23:28:24 +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
|
||||
""
|
||||
(:require [reitit.core :as reitit]
|
||||
[clojure.string :as str]
|
||||
[clojure.set :as set]
|
||||
[reitit.coercion :as coercion]
|
||||
[goog.events :as e]
|
||||
[goog.dom :as dom])
|
||||
[reitit.coercion :as coercion])
|
||||
(:import goog.Uri))
|
||||
|
||||
(defn query-params
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
(ns reitit.frontend.history
|
||||
""
|
||||
(:require [reitit.core :as reitit]
|
||||
[clojure.string :as string]
|
||||
[goog.events :as e]
|
||||
[goog.dom :as dom]
|
||||
[reitit.core :as r]
|
||||
[reitit.frontend :as rf]
|
||||
[reitit.impl :as impl])
|
||||
|
|
|
|||
Loading…
Reference in a new issue