Skip to content

Commit

Permalink
Merge pull request #28 from RyugaRyuzaki/develop
Browse files Browse the repository at this point in the history
fixed build 2
  • Loading branch information
RyugaRyuzaki authored Jun 14, 2024
2 parents 6bef0b9 + 4b01bd7 commit 0d47312
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/BimModel/src/system/element/ElementLocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from "@BimModel/src";
import {QsetWallCommon} from "./Parameter/wall";
import {QsetBeamBaseQuantity} from "./Parameter/beam";
import {QsetColumnBaseQuantity} from "./Parameter/column";
import {QsetColumnBaseQuantity} from "./Parameter/column/QsetColumnBaseQuantity";

Check failure on line 18 in src/BimModel/src/system/element/ElementLocation.ts

View workflow job for this annotation

GitHub Actions / deploy

Cannot find module './Parameter/column/QsetColumnBaseQuantity' or its corresponding type declarations.

export class ElementLocation implements Disposable {
groupParameter: {[uuid: string]: BaseParameterGroup} = {};
Expand Down
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 @@ -18,7 +18,7 @@ import {
import {ElementLocation} from "./ElementLocation";
import {currentLevelSignal} from "@BimModel/src/Signals";
import {PsetBeamLevelCommon} from "./Parameter/beam";
import {PsetColumnLevelCommon} from "./Parameter/column";
import {PsetColumnLevelCommon} from "./Parameter/column/PsetColumnLevelCommon";

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/PsetColumnLevelCommon' or its corresponding type declarations.
import {Components} from "@BimModel/src/Components";
import {PsetWallLevelCommon} from "./Parameter/wall";

Expand Down
2 changes: 0 additions & 2 deletions src/BimModel/src/system/element/Parameter/Column/index.ts

This file was deleted.

0 comments on commit 0d47312

Please sign in to comment.