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

Move ui mixins under uxbox.common module.

This commit is contained in:
Andrey Antukh 2016-06-15 20:00:57 +03:00
parent 4840a766e7
commit 61c4012dc4
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -1,4 +1,4 @@
(ns uxbox.main.ui.mixins
(ns uxbox.common.ui.mixins
(:refer-clojure :exclude [derive])
(:require [rum.core :as rum]
[lentes.core :as l]