@@ -6,10 +6,10 @@ import { afterAll, afterEach, beforeAll, describe, expect, it } from "vitest";
66import { ByteStream , Id64 , Id64String , ProcessDetector } from "@itwin/core-bentley" ;
77import {
88 BatchType , CurrentImdlVersion , EdgeOptions , EmptyLocalization , ImdlFlags , ImdlHeader , IModelReadRpcInterface , IModelRpcProps , IModelTileRpcInterface , IModelTileTreeId , iModelTileTreeIdToString ,
9- ModelProps , PackedFeatureTable , RelatedElementProps , RenderMode , TileContentSource , TileFormat , TileReadStatus , ViewFlags ,
9+ ModelProps , PackedFeatureTable , RelatedElementProps , TileContentSource , TileFormat , TileReadStatus ,
1010} from "@itwin/core-common" ;
1111import {
12- GeometricModelState , IModelApp , IModelConnection , RenderGraphic , TileAdmin , TileRequest , TileTreeLoadStatus , ViewState ,
12+ GeometricModelState , IModelApp , IModelConnection , RenderGraphic , TileAdmin , TileRequest , TileTreeLoadStatus ,
1313} from "@itwin/core-frontend" ;
1414import { MockRender } from "@itwin/core-frontend/lib/cjs/internal/render/MockRender"
1515import { ImdlModel } from "@itwin/core-frontend/lib/cjs/common/imdl/ImdlModel" ;
0 commit comments