Minor Namming Fixes

This commit is contained in:
2025-07-13 21:46:51 -03:00
parent 2c93b65b3d
commit 6ebf591d64
9 changed files with 8 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { RoleHandler } from "./base.handler.interface";
import { RoleHandler } from "./BaseHandler.interface";
import HarvesterHandler from "./harvester.handler";
import UpgraderHandler from "./upgrader.handler";