Skip to content

Commit

Permalink
ts-no check removed
Browse files Browse the repository at this point in the history
  • Loading branch information
adityaganesh2k committed Mar 1, 2022
1 parent 67822de commit fe8bf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CubeD/CubeThree/CUBE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class CUBE {
// @ts-ignore
#mesh = []; // just add "default"
// @ts-ignore
#current_state = [];
#current_state = string ;
// @ts-ignore
#core = [];
constructor(
Expand Down
2 changes: 1 addition & 1 deletion src/components/CubeD/VirtualRubiks.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//@ts-nocheck

import { useEffect, useRef } from 'react';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
import * as THREE from 'three';
Expand Down

0 comments on commit fe8bf30

Please sign in to comment.