Skip to content

Commit

Permalink
fixed build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bui Trong Vuong committed Jun 14, 2024
1 parent 1b9f5d8 commit 4b01bd7
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";

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";
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 4b01bd7

Please sign in to comment.