Skip to content

Commit

Permalink
Merge pull request #27 from RyugaRyuzaki/develop
Browse files Browse the repository at this point in the history
fixed build 1
  • Loading branch information
RyugaRyuzaki authored Jun 14, 2024
2 parents f4243c8 + 1b9f5d8 commit 6bef0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BimModel/src/system/element/ElementUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import {
WindowTypeUtils,
} from "@ProjectComponent/src";
import {ElementLocation} from "./ElementLocation";
import {PsetWallLevelCommon} from "./Parameter";
import {currentLevelSignal} from "@BimModel/src/Signals";
import {PsetBeamLevelCommon} from "./Parameter/beam";
import {PsetColumnLevelCommon} from "./Parameter/column";

Check failure on line 21 in src/BimModel/src/system/element/ElementUtils.ts

View workflow job for this annotation

GitHub Actions / deploy

Cannot find module './Parameter/column' or its corresponding type declarations.
import {Components} from "@BimModel/src/Components";
import {PsetWallLevelCommon} from "./Parameter/wall";

export class ElementUtils {
static createWallInstance(
Expand Down

0 comments on commit 6bef0b9

Please sign in to comment.