From ec05b6284f5bb48d98cd0ff6dab55caa9f81aa5e Mon Sep 17 00:00:00 2001 From: Frank Delaguila Date: Sat, 12 Mar 2022 19:43:10 -0700 Subject: [PATCH] Adding .browserslistrc --- .browserslistrc | 3 +++ src/components/App.jsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .browserslistrc 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