♻️ Moved namespace for keyboard utils

This commit is contained in:
alonso.torres 2021-02-15 12:15:16 +01:00 committed by Andrés Moya
parent cd313dc2fe
commit baaeb20d6b
35 changed files with 147 additions and 78 deletions

View file

@ -9,12 +9,12 @@
(ns app.main.ui.components.numeric-input
(:require
[rumext.alpha :as mf]
[app.main.ui.keyboard :as kbd]
[app.common.data :as d]
[app.common.math :as math]
[app.util.dom :as dom]
[app.util.keyboard :as kbd]
[app.util.object :as obj]
[app.common.math :as math]))
[rumext.alpha :as mf]))
(mf/defc numeric-input
{::mf/wrap-props false