mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Remove unused compojure dependencies from frontend examples
These don't appear to be needed and might cause users to introduce dependencies into their projects if they use as templates in their own projects.
This commit is contained in:
parent
4cd63a4e62
commit
ac19264b83
3 changed files with 0 additions and 3 deletions
|
|
@ -8,7 +8,6 @@
|
|||
[ring-server "0.5.0"]
|
||||
[reagent "0.8.1"]
|
||||
[ring "1.7.1"]
|
||||
[compojure "1.6.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.439"]
|
||||
[metosin/reitit "0.3.1"]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
[ring-server "0.5.0"]
|
||||
[reagent "0.8.1"]
|
||||
[ring "1.7.1"]
|
||||
[compojure "1.6.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.439"]
|
||||
[metosin/reitit "0.3.1"]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
[ring-server "0.5.0"]
|
||||
[reagent "0.8.1"]
|
||||
[ring "1.7.1"]
|
||||
[compojure "1.6.1"]
|
||||
[hiccup "1.0.5"]
|
||||
[org.clojure/clojurescript "1.10.439"]
|
||||
[metosin/reitit "0.3.1"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue