rename help_modules to helper

This commit is contained in:
Insality
2019-03-27 09:09:05 +03:00
parent a0a171df55
commit e4c8b65cc1
14 changed files with 15 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
local M = {}
local ui_animate = require "druid.help_modules.druid_animate"
local ui_animate = require "druid.helper.druid_animate"
--- Bounce text field
function M.bounce(instance, callback)