aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pics/routes.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pics/routes.clj b/src/pics/routes.clj
index 4646829..5a57bdd 100644
--- a/src/pics/routes.clj
+++ b/src/pics/routes.clj
@@ -2,7 +2,6 @@
(:require [reitit.ring :as rring]
[ring.middleware.multipart-params :as rmmultiparams]
- [pics.handler.home :as phhome]
[pics.handler.upload :as phupload]
[pics.handler.view :as phview]))