feat(frontend): remove bide dependency

This commit is contained in:
Andrey Antukh 2019-07-09 13:39:49 +02:00
parent 1bf12a7338
commit 0115a86b24
7 changed files with 73 additions and 13 deletions

View file

@ -25,7 +25,7 @@
[uxbox.main.ui.workspace :refer [workspace]]
[uxbox.util.data :refer [parse-int uuid-str?]]
[uxbox.util.dom :as dom]
[uxbox.util.html-history :as html-history]
[uxbox.util.html.history :as html-history]
[uxbox.util.i18n :refer [tr]]
[uxbox.util.messages :as uum]
[uxbox.util.router :as rt]