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:
Aaron Groom 2019-04-02 15:29:12 -04:00
parent 4cd63a4e62
commit ac19264b83
No known key found for this signature in database
GPG key ID: 6D038EE1E0301880
3 changed files with 0 additions and 3 deletions

View file

@ -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"]

View file

@ -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"]

View file

@ -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"]