Merge pull request #29 from ruslan-gennadievich/master

rename file for fix case of letters (important for linux)
This commit is contained in:
Eduard Kuzmenko 2021-06-03 20:18:08 +07:00 committed by GitHub
commit 1ea1433d83
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* https://github.com/morethanwords/tweb/blob/master/LICENSE
*/
import attachListNavigation from "../../helpers/dom/attachlistNavigation";
import attachListNavigation from "../../helpers/dom/attachListNavigation";
import EventListenerBase from "../../helpers/eventListenerBase";
import { safeAssign } from "../../helpers/object";
import { isMobile } from "../../helpers/userAgent";