Skip to content

Commit

Permalink
fix: remove incorrect import extension
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Jul 5, 2024
1 parent a5220a7 commit 682a325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/front/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components-front",
"description": "Collection of frontend tools to author BIM apps.",
"version": "2.0.22",
"version": "2.0.23",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down
2 changes: 1 addition & 1 deletion packages/front/src/core/ClipEdges/src/clipping-fills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as THREE from "three";
import * as OBC from "@thatopen/components";
import earcut from "earcut";
import { PostproductionRenderer } from "../../PostproductionRenderer";
import { IndexFragmentMap } from "./types.ts";
import { IndexFragmentMap } from "./types";

/**
* Class for managing and rendering the fills of a clipping plane.
Expand Down

0 comments on commit 682a325

Please sign in to comment.