diff --git a/src/components/chat/autocompleteHelper.ts b/src/components/chat/autocompleteHelper.ts index e2f83769..a335c1d9 100644 --- a/src/components/chat/autocompleteHelper.ts +++ b/src/components/chat/autocompleteHelper.ts @@ -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"; diff --git a/src/lib/appManagers/AppInlineBotsManager.ts b/src/lib/appManagers/appInlineBotsManager.ts similarity index 100% rename from src/lib/appManagers/AppInlineBotsManager.ts rename to src/lib/appManagers/appInlineBotsManager.ts