Merge uxbox.common and uxbox.util modules.

Under uxbox.util.
This commit is contained in:
Andrey Antukh 2016-06-30 19:57:39 +03:00
parent b3e17bd2b7
commit 507e2b1d38
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
98 changed files with 236 additions and 236 deletions

View file

@ -8,7 +8,7 @@
(ns uxbox.main.ui.workspace.shortcuts
(:require [goog.events :as events]
[beicon.core :as rx]
[uxbox.common.rstore :as rs]
[uxbox.util.rstore :as rs]
[uxbox.main.data.lightbox :as udl]
[uxbox.main.data.workspace :as dw]
[uxbox.main.data.shapes :as uds]