refac: 경로 변경

This commit is contained in:
2024-03-09 05:09:54 +00:00
parent afb6fbb1b1
commit f320ce58a2
11 changed files with 36 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ICityEntity } from "./CityEntity.js";
import type { ICityEntity } from "./Entity/CityEntity.js";
import { LazyEntityUpdater } from "./LazyEntityUpdater.js";
import type { IResourceController } from "./ResourceController.js";
import type { CityID } from "./defs.js";