Skip to content

Commit

Permalink
Fix import fully qualified (with .js) thanks! @brianzinn
Browse files Browse the repository at this point in the history
Fix import fully qualified (with .js) thanks! @brianzinn
  • Loading branch information
saidmoya12 authored and brianzinn committed Jun 1, 2024
1 parent b28b60f commit 5d3ed37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-babylonjs/src/hooks/render.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EventState, Observer } from '@babylonjs/core/Misc/observable.js'
import { Scene } from '@babylonjs/core/scene.js'
import { Camera } from "@babylonjs/core/Cameras/camera"
import { Camera } from "@babylonjs/core/Cameras/camera.js"
import { Nullable } from '@babylonjs/core/types.js'
import { useContext, useEffect } from 'react'
import { SceneContext } from './scene'
Expand Down

0 comments on commit 5d3ed37

Please sign in to comment.