Skip to content

Commit ecc92f3

Browse files
committed
chore(obc): remove dropdowns from export
1 parent bba0055 commit ecc92f3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/obc/src/components/dropdowns/PredefinedTypes/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as BUI from "@thatopen/ui";
22
import * as WEBIFC from "web-ifc";
33
import { predefinedTypes as types } from "./src";
44

5-
export interface PredefinedTypesState {
5+
interface PredefinedTypesState {
66
entity: number;
77
}
88

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { predefinedTypes } from "./PredefinedTypes";
2-
import { entities } from "./IfcEntities";
1+
// import { predefinedTypes } from "./PredefinedTypes";
2+
// import { entities } from "./IfcEntities";
33

4-
export const dropdowns = {
5-
predefinedTypes,
6-
entities,
7-
};
4+
// const dropdowns = {
5+
// predefinedTypes,
6+
// entities,
7+
// };

0 commit comments

Comments
 (0)