Adding .browserslistrc

This commit is contained in:
Frank Delaguila
2022-03-12 19:43:10 -07:00
parent ef5cdba060
commit ec05b6284f
2 changed files with 4 additions and 1 deletions

View File

@@ -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