xushiting 2 năm trước cách đây
mục cha
commit
bfef2b7b37
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/graphic/Geometry/CurveRoad.js

+ 1 - 0
src/graphic/Geometry/CurveRoad.js

@@ -1,5 +1,6 @@
 import VectorType from "../enum/VectorType.js";
 import Road from "./Road.js";
+import Setting from "../Setting";
 
 export default class CurveRoad extends Road {
   constructor(startId, endId, vectorId) {