Rename misspelled file

This commit is contained in:
2026-03-21 13:42:27 +01:00
parent 6380f0bbcc
commit a57deec0fa
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { mixColliderRect } from '../common/mixins';
import { createBinaryWriter } from 'ag-sockets';
import { PONY_TYPE } from '../common/constants';
import { getRegionGlobal } from '../common/region';
import { ClientActionsTemplate } from '../common/clientActionsTemplte';
import { ClientActionsTemplate } from '../common/clientActionsTemplate';
export function auth(item: Partial<IAuth>): IAuth {
return item as IAuth;