From 614b71e238b5e6964d46a11a1dfc14e53ac22d36 Mon Sep 17 00:00:00 2001 From: rndexe Date: Sat, 10 Aug 2024 19:06:58 +0530 Subject: [PATCH] Fix monitors demo --- demos/monitors/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/monitors/src/App.jsx b/demos/monitors/src/App.jsx index d581023f..11c21aad 100755 --- a/demos/monitors/src/App.jsx +++ b/demos/monitors/src/App.jsx @@ -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 (