Rename react-hooks to hooks.

This commit is contained in:
Andrey Antukh 2020-04-03 12:10:23 +02:00
parent 242eef8427
commit 861199f812
6 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
[uxbox.main.ui.viewer.header :refer [header]]
[uxbox.main.ui.viewer.thumbnails :refer [thumbnails-panel frame-svg]]
[uxbox.util.dom :as dom]
[uxbox.main.ui.react-hooks :as hooks]
[uxbox.main.ui.hooks :as hooks]
[uxbox.util.data :refer [classnames]]
[uxbox.util.i18n :as i18n :refer [t tr]]
[uxbox.util.math :as mth]