(ns visual-spelling.play.answer.register-handlers
  (:require
    [re-frame.core :as re-frame]
    [visual-spelling.play.answer.handlers :as handlers]))

(re-frame/reg-event-db
  :word-ready-to-check
  (partial handlers/word-ready-to-check-handler js/Date.now))