Fix react icons build error.

This commit is contained in:
Mike Molinari 2024-07-04 18:35:23 +00:00
parent a54a784e4b
commit ca3e2b19da
3 changed files with 1750 additions and 1591 deletions

View file

@ -1,6 +1,6 @@
{ {
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll": true "source.fixAll": "explicit"
}, },
"cSpell.words": ["appimage", "clippy", "jsketcher", "shakram", "tamasfe"] "cSpell.words": ["appimage", "clippy", "jsketcher", "shakram", "tamasfe"]
} }

3337
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
import Vector, {AXIS, ORIGIN} from 'math/vector'; import Vector, {AXIS, ORIGIN} from 'math/vector';
import {RiCamera2Line} from "react-icons/ri"; import {RiCamera2Line} from "react-icons/ri";
import {ViewMode} from "cad/scene/viewer"; import {ViewMode} from "cad/scene/viewer";
import {GiCube, HiCube, HiOutlineCube} from "react-icons/all"; import {GiCube, HiCube, HiOutlineCube} from "react-icons/hi";
const NEG_X = AXIS.X.negate(); const NEG_X = AXIS.X.negate();
const NEG_Y = AXIS.Y.negate(); const NEG_Y = AXIS.Y.negate();