diff --git a/src/statuses/views/main.clj b/src/statuses/views/main.clj index 262346b..599c07b 100644 --- a/src/statuses/views/main.clj +++ b/src/statuses/views/main.clj @@ -5,7 +5,7 @@ [hiccup.form :refer [form-to hidden-field text-field]] [statuses.configuration :refer [config]] [statuses.routes :refer [avatar-path update-path - updates-path]] + updates-path profile-path]] [statuses.views.common :as common :refer [icon]] [statuses.views.layout :as layout]))