Skip to content

Commit

Permalink
fix: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed Apr 3, 2024
1 parent 896b337 commit 03ec48e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { Suspense, useEffect } from 'react'
import { Canvas } from '@react-three/fiber'
import { Sphere, Environment, CameraControls } from '@react-three/drei' // eslint-disable-line import/no-unresolved
import { Box, Environment, CameraControls } from '@react-three/drei' // eslint-disable-line import/no-unresolved

function App() {
return (
Expand All @@ -21,9 +21,9 @@ function Scene() {

return (
<>
<Sphere>
<Box>
<meshStandardMaterial />
</Sphere>
</Box>
<Environment preset="city" />
<CameraControls />
</>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03ec48e

Please sign in to comment.