Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ibon eskudero committed Jun 15, 2024
1 parent 16078ab commit 22b29f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/react/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import ReactDOM from 'react-dom/client';
import React from 'react';
import './index.css';
// eslint-disable-next-line no-unused-vars
import CubeWithDXF from './cubeWithDXF';
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"eslint-config-recommended": "4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@vitejs/plugin-react": "4.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@babel/eslint-parser": "7.24.7",
Expand Down

0 comments on commit 22b29f3

Please sign in to comment.