diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 0000000..3e366ed --- /dev/null +++ b/.browserslistrc @@ -0,0 +1,3 @@ +last 2 versions +> 0.5% +IE 10 \ No newline at end of file diff --git a/src/components/App.jsx b/src/components/App.jsx index 3a942fc..7540ca6 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -1,7 +1,7 @@ import '../styles/styles.scss'; import { useRef, useState } from 'react'; import { Canvas, useFrame } from '@react-three/fiber'; -import { PresentationControls } from '@react-three/drei' +import { PresentationControls } from '@react-three/drei'; const Box = (props) => { // This reference gives us direct access to the THREE.Mesh object