Skip to content

Commit ca3e2b1

Browse files
committedJul 4, 2024·
Fix react icons build error.
1 parent a54a784 commit ca3e2b1

File tree

3 files changed

+1758
-1599
lines changed

3 files changed

+1758
-1599
lines changed
 

‎.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll": true
3+
"source.fixAll": "explicit"
44
},
55
"cSpell.words": ["appimage", "clippy", "jsketcher", "shakram", "tamasfe"]
66
}

‎package-lock.json

+1,756-1,597
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎web/app/cad/actions/usabilityActions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Vector, {AXIS, ORIGIN} from 'math/vector';
22
import {RiCamera2Line} from "react-icons/ri";
33
import {ViewMode} from "cad/scene/viewer";
4-
import {GiCube, HiCube, HiOutlineCube} from "react-icons/all";
4+
import {GiCube, HiCube, HiOutlineCube} from "react-icons/hi";
55

66
const NEG_X = AXIS.X.negate();
77
const NEG_Y = AXIS.Y.negate();

0 commit comments

Comments
 (0)
Please sign in to comment.