Skip to content

Commit

Permalink
got the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Feb 28, 2024
1 parent f48728d commit 05dbaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import 'core-js/features/array/at'
import 'core-js/features/promise/with-resolvers'
import { initWithRenderer, statsEnd, statsStart } from './topRightStats'
import PrismarineBlock from 'prismarine-block'
import WebGpuRenderer from 'THREE/examples/jsm/renderers/webgpu/WebGPURenderer.js'
import WebGpuRenderer from 'three/examples/jsm/renderers/webgpu/WebGPURenderer.js'

import { options, watchValue } from './optionsStorage'
import './reactUi.jsx'
Expand Down

0 comments on commit 05dbaea

Please sign in to comment.