Adding .browserslistrc
This commit is contained in:
3
.browserslistrc
Normal file
3
.browserslistrc
Normal file
@@ -0,0 +1,3 @@
|
||||
last 2 versions
|
||||
> 0.5%
|
||||
IE 10
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user