0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00

Minor ns macro reorganization on ui.viewer ns.

This commit is contained in:
Andrey Antukh 2016-09-22 22:35:57 +03:00
parent 85275f9448
commit 9728098c96
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -6,15 +6,12 @@
;; Copyright (c) 2016 Juan de la Cruz <delacruzgarciajuan@gmail.com>
(ns uxbox.view.ui.viewer
(:require [sablono.core :refer-macros [html]]
[goog.dom :as gdom]
[lentes.core :as l]
[rum.core :as rum]
(:require [lentes.core :as l]
[promesa.core :as p]
[uxbox.util.i18n :refer (tr)]
[uxbox.util.rstore :as rs]
[uxbox.util.router :as rt]
[uxbox.util.mixins :as mx :include-macros true]
[uxbox.util.mixins :as mx]
[uxbox.main.ui.icons :as i]
[uxbox.main.state :as st]
[uxbox.view.data.viewer :as dv]