Skip to content

Commit

Permalink
Fix monitors demo (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
rndexe authored Aug 10, 2024
1 parent f3d8c04 commit e4503ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/monitors/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { easing } from 'maath'
import { suspend } from 'suspend-react'
import { Instances, Computers } from './Computers'

const suzi = import('@pmndrs/assets/models/bunny.glb?url')
const suzi = import('@pmndrs/assets/models/bunny.glb')

export default function App() {
return (
Expand Down

0 comments on commit e4503ee

Please sign in to comment.